Hi,
I've never played around with session timeouts but I was wondering if anyone could let me know of a way to set a custom session lifetime/timeout period.
i.e. If I wanted a session to 'live' for 1hour as opposed to the default 24minutes.
Thanks.
Custom session timeout period
Moderator: General Moderators
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
You might want to look up
session.cookie_lifetime
session.gc_probability
session.gc_divisor
session.gc_maxlifetime
at http://de2.php.net/session
session.cookie_lifetime
session.gc_probability
session.gc_divisor
session.gc_maxlifetime
at http://de2.php.net/session
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London