Re: [PHP] Re: Session Expire...

2004-08-04 Thread John Holmes
Jordi Canals wrote: I tried that on my servers: Tested on the development server and the production server. But It does not work for me. Must say that I have to change this value by the .htaccess file, as I do not have access to the PHP.INI The manual says that session.gc_maxlifetime has a defa

Re: [PHP] Re: Session Expire...

2004-08-04 Thread Jordi Canals
John Holmes wrote: A one hour timeout is better controlled with the session.gc_maxlifetime setting. This is the number of seconds after which an inactive session file will be deleted. No session file means no session for the user. Set this at 3600 and if the user is not active for over an hour,

Re: [PHP] Re: Session Expire...

2004-08-04 Thread John Holmes
Scott Fletcher wrote: I think I'm looking at it the wrong way. Both of them are not related to the 1 hour session timeout that I set up with I think there is no such feature and that I would have to write a custom PHP script to manage that. Am I right?? A one hour timeout is better controlled

[PHP] Re: Session Expire...

2004-08-04 Thread Scott Fletcher
I think I'm looking at it the wrong way. Both of them are not related to the 1 hour session timeout that I set up with I think there is no such feature and that I would have to write a custom PHP script to manage that. Am I right?? FletchSOD "Scott Fletcher" <[EMAIL PROTECTED]> wrote in mes