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?
