Session Timeout
Moderator: General Moderators
Session Timeout
I've a script that keep timeout, does anyone know where I can change the session timeout time? Thanks... 
- flying_circus
- Forum Regular
- Posts: 732
- Joined: Wed Mar 05, 2008 10:23 pm
- Location: Sunriver, OR
Re: Session Timeout
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.