You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by Rich Johns <rj...@vignette.com> on 2000/08/22 00:17:23 UTC

Set-Cookie2 in headers

A bit off topic, but relevant.

Here are the headers generated in response to a soap call:

HTTP/1.0 200 OK
Date: Mon, 21 Aug 2000 17:07:33 GMT
Status: 200
Set-Cookie2: JSESSIONID=To1010mC14061788093739147At;Version=1;Discard;Path="/soap"
Servlet-Engine: Tomcat Web Server/3.1 (JSP 1.1; Servlet 2.2; Java 1.3.0rc3; Windows NT 4.0 x86;
java.vendor=Sun Microsystems Inc.)
Set-Cookie: JSESSIONID=To1010mC14061788093739147At;Path=/soap
Content-Type: text/xml; charset=UTF-8
Content-Length: 437
Content-Language: en


Can someone tell me what the difference between SET-COOKIE and SET-COOKIE2 is
with respect to the http client that must interpret them? For example, how would a browser
interpret them?

Thanks.