On Wed, 2003-06-04 at 22:10, Scott Nichol wrote:
> In Apache SOAP, the a SOAPHTTPConnection instance saves the cookies
> it receives from a response and sends them back in subsequent
> requests. Therefore, if you re-use a SOAPHTTPConnection instance
> across multiple calls, those calls will be
In Apache SOAP, the a SOAPHTTPConnection instance saves the cookies
it receives from a response and sends them back in subsequent
requests. Therefore, if you re-use a SOAPHTTPConnection instance
across multiple calls, those calls will be part of the same session,
assuming, of course, that sess
Hi everybody,
I just wanted to ask is there any way of preserving session information,
like in servlets. What I had in mind is: I would like to have one SOAP
application (client) that will login on server, and when it does I would
like to preserve those information in session. Later, from that sam