Forum Moderators: coopster

Message Too Old, No Replies

PHP Session no limit

php session no expired

         

web_killer

8:32 am on Sep 13, 2008 (gmt 0)

10+ Year Member



Until now I'v search for php session in many times but there are no actual solution to remove the expired session limitation. I meant, is there are no such command that allow the PHP session to be never expired?

Now I'm just using cookie but this is not too efficient when dealing with variables..

Thanks..!

cameraman

8:10 am on Sep 14, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to Webmaster World, web_killer.

Write your own session handler that saves the data to a database or flat file (see session_set_save_handler [us3.php.net]).
Use the cookie to store an identifier for your data.