Session.gc_maxlifetime?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I just want to make sure that I understand this concept.

When i read thr' docs,

session.gc_maxlifetime specifies the number of seconds after which
data will be seen as 'garbage' and cleaned up

and default value is 1440.

My guess is :

A.  1440 seconds from last visit to the page (where session id is used), 
B. 1440 seconds from session_start() function call

My general understanding is a session can be idle for 1440 seconds. If
a php page tried to refer to a session which is been idle more than
1440 seconds, there is very little chance that page will access to
session data.


Can any one please explain or send links or more docs on this?

Thanks in adv,

Suhas

-- 
Suhas Pharkute.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux