http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/HttpRequest
On Fri, 14 May 2004 18:03:53 -0700, Alex Chen <[EMAIL PROTECTED]> wrote: > It does not matter whether the session information comes from the web > server or from AXIS. As long as I can get the > the session information, I am happy. > In normal WEB browser/server situation, both sides control how the > session is initialized or maintained because they have > full access to the HTTP requests. > > In an AXIS client/server environment, we have not access to the HTTP > session information. Even if I subclass AxisServlet and > intercept the HTTP request, since there client side has no way of > initializing a session, there is not session information from the > request. > > Does AXIS provide anything or do we have to roll our own? > > > > Yakulis, Ross (Ross) wrote: > > >your your own session info in the soap header? > > > >-----Original Message----- > >From: Alex Chen [mailto:[EMAIL PROTECTED] > >Sent: Friday, May 14, 2004 5:42 PM > >To: [EMAIL PROTECTED] > >Subject: Session management > > > > > >Is there any way to maintain session information within AXIS? > >When an AXIS client issues a call, the marshaller wraps the HTTP header > >around the SOAP message so > >the client has no way of accessing the HTTP session information. > >Similarly, the server code only has > >access to the SOAP stuff, not the HTTP requests. Is there a way to > >overcome this? > > > > > > >