You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by David Wall <dw...@Yozons.com> on 2001/05/01 00:11:31 UTC

Re: Maintaining Session

> For how long is the session valid? Does the session finish as soon as the
> response is sent back from the service on the server to the client? When
or
> how would this session expire or how long does the session persist?

This is based on Tomcat's session since Apache SOAP runs within it (or
possibly another servlet container).  So, the questions is mostly related to
how your servlet container handles sessions, and it should work with the
latest changes if you use the cookies that are part of the response.  In
Tomcat 3.2.2, the timeout for a session is defined in the web.xml file for
your webapp (in this case, for the SOAP webapp).

David


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org