|
Posted by arturo.valencia on 11/23/05 13:13
By setting the error reporting to E_ALL on your php.ini configuration
file and restarting your server, you can debug what is the problem with
your sessions.
The operation is easy, php sets a cookie on your browser which is
associated to a temporal file in your web server where all the
variables and values will be stored... if you want to debug this in the
browser side, I recomend you to use Firefox ( there you can erase and
browse all cookies , and check whats going on when you use your
web-page ).
So far I haven't had any problem with sessions in PHP by just following
the documentation and examples in http://www.php.net/manual/en/
regards
Arturo Valencia Milian
Navigation:
[Reply to this message]
|