|
Posted by d43m0n on 04/03/06 04:33
What?
Explain what and how your application works.
Next, you are mis-informed on how $_SESSION actually works. PHP handles
sessions, and pre-processes all the requests for the webserver.
Now, the php handles the sessions simply by creating a temp
sess_md5(id). Of course, the method php uses to obtain and restore the
session is a cookie, of course its not limited to this method,
esspecially since not all browsers support cookies.
"The entire application works perfectly fine in IE, however, in Firefox
the pages which are never explicitly viewed do not seem to have access
to the $_SESSION variables."
Is incorrect.
[Back to original message]
|