|
Posted by joe on 02/24/06 23:22
While the session data is stored on the server, the cookie is used to
store that session name and id, so you can track/utilize the same
session data over multiple different pages. If you don't use session
cookies, you can pass the session id (SID constant) thru the URL (there
may be other ways to use cookie-less sessions also).
In my experience, sessions either work or don't work at all (errors are
generated) so not sure what the problem might be in your case. May be
helpful to post some code or the session settings from your phpinfo?
Navigation:
[Reply to this message]
|