Wow, that's nasty. :)

The cookie to get picked up will be the first one encountered as the 
Cookie header's value is parsed from left to right.

Are these session cookies or persistent? I'm quite confused as to how the 
browser is keeping two identical cookies. I'll try to look more into the 
protocol.

Chris

On Mon, 18 Feb 2002 [EMAIL PROTECTED] wrote:

> > 
> > Try running some tests on this where you have the page you're talking 
> > about and an additional page that dumps all environment variables you
> > can  think of. Or, if you have a way to snoop the HTTP request (2nd
> > request)  from your browser, that would be even better.
> > 
> > Your problem *might* be that you have two cookies named PHPSESSID, but
> > one  is lowercase and one is upper.
> > 
> > Just a thought.
> .php
> 
> GET http://test.test.de/test/ms-test.php HTTP/1.1
> Host: test.test.de
> Cookie: PHPSESSID=d9casjny42bdn67j4lbn7ycmbrqi3x6i; 
> PHPSESSID=21955e976244c0635a0c9ad6a71e92a9
> Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, 
> application/vnd.ms-powerpoint, application/vnd.ms-excel, 
> application/msword, */*
> Accept-Language: de
> User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
> Proxy-Connection: Keep-Alive
> Accept-Encoding: gzip, deflate
> 
> 
> 
> 


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to