Hi,

 I am trying trying do something in the lines of,

       // send the message
        Message msg = new Message ();
        SOAPHTTPConnection shc = new SOAPHTTPConnection ();
        shc.setMaintainSession (true);
        msg.setSOAPTransport(shc);

from my Apache Soap 2.3 client, to maintain the session across
multiple requests. I notice that only one of cookies that got sent
as part of the response from my server, is restored by the client
code. Is this a known/resolved bug??

thanks for any pointers
Swami K.

A fraction of the http response from server.

HTTP/1.0 200 OK
Set-Cookie: KServerCookie-80=2734686218.36895.000
Set-Cookie: SecurityCookie=trs0t9_100
Set-Cookie: JSESSIONID=9nl7h5wad2
Content-Type: text/xml

Reply via email to