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 Chris Forbis <ch...@veritas.com> on 2003/01/10 18:15:07 UTC

HTTPSession/Tomcat and Axis

I have been looking for information on this for a while, and have not seen
anything good on it.
 
So I wanted to get a thread going of how this could be done...
 
Many users of Axis run it on tomcat or jetty.  Both of these make a session
for EVERY connection to them that does not already have one.  Tomcat sends a
cookie with the SessionID back with ever HTTP request.  What would it take
to get Axis to support using these SessionID's and return them back with
each request.  Then allow for the server to get access to them.  This would
allow for a true http session to be used.
 
Ideas?
 
Thanks 
+Chris