This is a discussion on Session time out within the PHP General forums, part of the PHP Programming Forums category; What is the life time of a PHP session object (variable)? Which conditional test can I perform to check if ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
In your php.ini, session.gc_maxlifetime=1440;
Best regards, Yang Shiqi -----Original Message----- From: Jacques [mailto:admin@hrfocus.co.za] Sent: Thursday, March 17, 2005 1:48 PM To: php-general@lists.php.net Subject: [php] Session time out What is the life time of a PHP session object (variable)? Which conditional test can I perform to check if the session object has timed out? Jacques -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
|||
|
Is session time measured in seconds or minutes?
Regards Jacques "Jacques" <admin@hrfocus.co.za> wrote in message news:20050317054744.54178.qmail@lists.php.net... > What is the life time of a PHP session object (variable)? Which > conditional test can I perform to check if the session object has timed > out? > > Jacques |