Re: _COOKIE[] unique?
- From: Lüpher Cypher <lupher.cypher@xxxxxxxxxxx>
- Date: Fri, 30 Dec 2005 15:11:59 GMT
newtophp2000@xxxxxxxxx wrote:
I may be getting confused over nothing here but ...
I was wondering if the _COOKIE global is unqiue to each visitor or is it global across all visitor sessions? If it is truly global on the server side, is it possible that a cookie from one user's session may corrupt another user's session? How would I know which cookie goes with which user session/browser?
$_COOKIE will only have cookies for current visitor, I believe they are sent over via http request :) Global in this context means that $_COOKIE is accessible from anywhere in the script, not that it has the cookies of all user sessions.
luph .
- Follow-Ups:
- Re: _COOKIE[] unique?
- From: newtophp2000
- Re: _COOKIE[] unique?
- References:
- _COOKIE[] unique?
- From: newtophp2000
- _COOKIE[] unique?
- Prev by Date: Re: Users/permissions/files - LAMP
- Next by Date: Re: _COOKIE[] unique?
- Previous by thread: _COOKIE[] unique?
- Next by thread: Re: _COOKIE[] unique?
- Index(es):
Relevant Pages
|