Posted by Oli Filth on 11/11/05 20:24
John Drako said the following on 11/11/2005 18:04:
> Short Question:
>
> is there a Javascript library that can decode and encode data into the
> format used by PHP sessions stored in the session cookie?
>
All the session cookie contains is a UID string, something like:
qdsvoht043urc9f2l81illdk04
The session data itself is stored on the server.
PHP uses the UID to identify which set of session data relates to which
current user.
--
Oli
[Back to original message]
|