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?
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?
Comment