|
Posted by Rik on 12/17/06 23:48
Sanders Kaufman wrote:
> When you have a session going, I know that PHP stores a session
> token on the client, but does it keep the session *data* on the
> client, as well?
> Or is the session data being stored on the server, and just
> indexed to the session token data?
Standard is that 'session-data' (So, info in $_SESSION), is normally stored
in a file with the session-id. It is not available to the user, only their
session-id is.
--
Rik Wasmus
Navigation:
[Reply to this message]
|