I think I have been confused about how sessions work.
Is it true that even if sessions support on the server is set to use cookies, that only the session id is stored in the cookie?
And any other session variables set through session_register() are only stored on the server in the temp file?
I was under the impression that any session variables registered would also be stored in a cookie if cookies are enabled but now I think that is wrong.
Can anyone please clarify this?
Thanks.