Re: _COOKIE[] unique?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: _COOKIE[] unique?

From: Jerry Stuckle <jstucklex@attglobal.net>
Date: Fri Dec 30 2005 - 16:32:09 CET

newtophp2000@yahoo.com 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@attglobal.net
==================
Received on Tue Jan 3 03:50:31 2006