RE: [PHP] session lifetime

2002-10-01 Thread John W. Holmes
> session.gc_maxlifetime specifies the number of seconds after which data > will be seen as 'garbage' and cleaned up > > Let's say it's set to 900. How is this counted, from the time of the > session is initialized, or is this counter reset every time you go to a > new page. Does this makes sen

[PHP] session lifetime

2002-10-01 Thread Pablo Oliva
session.gc_maxlifetime specifies the number of seconds after which data will be seen as 'garbage' and cleaned up Let's say it's set to 900. How is this counted, from the time of the session is initialized, or is this counter reset every time you go to a new page. Does this makes sense?

[PHP] session lifetime

2001-03-02 Thread lagi
Hi All, I would like too keep a session going from between 1 to 3 days user selectable via my authentication system. If i change the php.ini then the session will not be changeable how can I do it without changing the lifetime variable? Regards Lagi -- PHP General Mailing List (http://www.php