The SOAPHttpConnection.java, seems to remember and restore only a single entry for the Set-Cookie and Set-Cookie2 header fields, whereas the spec allows for more than one to be present.
Is this a solved issue in SOAP 2.3?? thanks Swami K. >One thing to point out, this is a CLIENT side issue not a server side issue. > >It does appear to be correct that multiple entries can be sent in the same >"Cookie:" value, but in terms of storing an manipulating them this has to be >done outside of the XML-SOAP code. (Thanks for that one Scott). > >On the non-passing of the transport headers, this is still there in the >current nightly build. This does appear to be a minor bug-ette. Is the fix >that sends the headers from the transport acceptable ? > >Steve > > -----Original Message----- > From: Steve Jones [SMTP:[EMAIL PROTECTED]] > Sent: 04 April 2001 16:45 > To: Soap-Dev (E-mail) > Subject: Session scope and cookies... > >... > The problem is that because the headers is a hashtable indexed by the key > then only one cookie can be sent. This is fine for my example as the only > cookie is the JSESSIONID, if however another cookie was sent it would be > up > for grabs which one is sent back. > > What should I really have done ? > > Steve