RE: [PHP] Session Length

2003-01-17 Thread John W. Holmes
> I am using Sessions to secure parts of my website. I need to know if > there is a way to set a lifetime for these sessions , so that they are > automatically destroyed when say the user is inactive for 30 minutes. It's already there, the session.gc_maxlifetime setting (default is 1440 seconds).

Re: [PHP] Session Length

2003-01-16 Thread Justin French
Check out the 'max lifetime' session settings in the sessions part of php.ini Justin on 17/01/03 7:11 AM, Pushpinder Singh Garcha ([EMAIL PROTECTED]) wrote: > Hello Everyone: > > I am using Sessions to secure parts of my website. I need to know if > there is a way to set a lifetime for these s

[PHP] Session Length

2003-01-16 Thread Pushpinder Singh Garcha
Hello Everyone: I am using Sessions to secure parts of my website. I need to know if there is a way to set a lifetime for these sessions , so that they are automatically destroyed when say the user is inactive for 30 minutes. Any help will be greatly appreciated. Thanks in advance Pushpinder S