tedd wrote:
Hi all:
While I'm sure this is obvious for most, but I just discovered this.
Using one browser (browser A) I can access one of my pages and create a
cookie with a user input value.
Then using a different browser (browser B), I can access the same page
and create another cookie with another user value.
Now, it would seem to me that I shouldn't have two cookies with the same
name both having different contents, but that's exactly what I've found
-- for browser A will produce one value and browser B will produce
another value.
Now, does anyone know where it says in any php documentation that COOKIE
values are dependent upon browser type?
tedd
Please let us know what exectly is stored in that cookie.
probably we can help you then.
by the way. Cookies are not developed by PHP just used by it.
So if you might google for it, you will get quicker an answer than
asking in a PHP mailing list.
Normally if you store values in Cookies by PHP it should be the exact
same on every browser, only if you store browser related values.
Greets
Barry
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php