mlse
10-04-2005, 02:33 PM
Hi.
I presume that the only session information to be passed as a token between the server and the client is the PHP session ID that is generated when start_session() is called upon the first client/server transaction of a session. Furthermore, I presume that the data stored in the $_SESSION superglobal is retained server-side, never being passed to the client (except, of course, if the programmer wishes to expicitly set HTML page data using the contents of $_SESSION). This would seem like the most obviously sensible thing to do for the sake of bandwidth!
Am I correct? ("Never assume anything, always ask!", or so the saying goes ...).
TIA,
Mike.
I presume that the only session information to be passed as a token between the server and the client is the PHP session ID that is generated when start_session() is called upon the first client/server transaction of a session. Furthermore, I presume that the data stored in the $_SESSION superglobal is retained server-side, never being passed to the client (except, of course, if the programmer wishes to expicitly set HTML page data using the contents of $_SESSION). This would seem like the most obviously sensible thing to do for the sake of bandwidth!
Am I correct? ("Never assume anything, always ask!", or so the saying goes ...).
TIA,
Mike.