Re: _COOKIE[] unique?
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Fri, 30 Dec 2005 10:32:09 -0500
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 is unique to the user's browser session. The cookie is stored on the user's system.
-- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@xxxxxxxxxxxxx ================== .
- References:
- _COOKIE[] unique?
- From: newtophp2000
- _COOKIE[] unique?
- Prev by Date: Re: Cannot get this one correct and working, though simple!
- Next by Date: Re: _COOKIE[] unique?
- Previous by thread: Re: _COOKIE[] unique?
- Index(es):
Relevant Pages
|