Page 1 of 1

Session Timeout

Posted: Thu Mar 13, 2008 2:51 pm
by quadoc
I've a script that keep timeout, does anyone know where I can change the session timeout time? Thanks... :cry:

Re: Session Timeout

Posted: Thu Mar 13, 2008 3:09 pm
by flying_circus
If you're using the standard PHP sessions, you can modify the values in the php.ini file under the [Session] section. I'm not sure exactly which value you need to change, someone with more experience can probably help you out. Though, if I were to fumble around, I'd try increasing the value of the session.gc_maxlifetime or session.cache_expire properties.