Re: To Gisle Aas [Re: [cookie sux? 1 more...]]
Gisle Aas (gisle@activestate.com)
03 Sep 2000 11:56:19 +0200
rucan hebele <rucanhebele@usa.net> writes:
> i looked another cookie scripts. "Cookie2: $Version=1" in all scripts
> headers. What is this? How can i remove this?
It says that this client knows how to deal with the new&improved
Set-Cookie2 header as specified in draft-ietf-http-state-man-mec-12.txt¹.
Do you experience any problems with this header or do you just want to
reduce the byte count of the request?
Regards,
Gisle
¹) http://www.ics.uci.edu/pub/ietf/http/draft-ietf-http-state-man-mec-12.txt
> rucan hebele <rucanhebele@usa.net> wrote:
> i have get and send cookies. but script sends 1 extra cookie.
> look at my requests header:
> POST http://www.clickzones.com/cookiejs_test.php3
> User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)
> Content-Type: application/x-www-form-urlencoded
> Cookie: testCookie=clickzones
> Cookie2: $Version=1
>
> output=Is+Javascript+supported%3F%3F%3F
>
>
> WHAT IS "Cookie2: $Version=1" ? it is extra. i dont want it.
> i think it is a BUG. i have found a BUG :-)
>
> i attached my test script (smaller than first. pls look)