rucan hebele <[EMAIL PROTECTED]> writes:
> i want remove "Cookie2: $Version=1" . how can i do this?
Currently you can't. You still don't tell me why you want this. If
there is a reason for it, we might add a boolean flag attribute to
HTTP::Cookies to suppress this header.
Otherwise just find the line in HTTP::Cookies that says:
$request->header(Cookie2 => "\$Version=1");
and comment it out :-)
Regards,
Gisle
> Gisle Aas <[EMAIL PROTECTED]> wrote:
> rucan hebele <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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)