> 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.

The problem is that PHP session handler sets the cookie, then I wish to 
override the cookie previously sent. I'm not sure if it is a PHP thing, a 
browser thing, or both. Chances are both.

The solution is be able to override what the session handler creates for a 
cookie, I guess.




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

Reply via email to