You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Barry Levinson <ba...@levinson.us> on 2002/06/28 17:44:35 UTC

sharing session across multiple services

I would like to be able to share one session across multiple services
using the client stubs generated by WSDL2Java.

I have an authenticate service that stores a token indicating that a
session is authenticated.  Before allowing access to any other service, I
check that this token exists in the session.

I believe I can do this easily on the client side in .net, by setting the
CookieContainer to be the same across the services.  However, I don't see
a way of grabbing the cookie from the client side code generated by
WSDL2Java, and setting it in a new service.

Any help is appreciated.

Thanks,

--Barry