session.gc_maxlifetime and session.cache_expire
Posted: Mon Jul 31, 2006 3:43 pm
When only a single user is using a site aren't these 2 effectively the same? i.e. shortest will win.
PHP manual wrote:session.gc_maxlifetime specifies the number of seconds after which data will be seen as 'garbage' and cleaned up.
PHP manual wrote:session.cache_expire specifies time-to-live for cached session pages in minutes, this has no effect for nocache limiter.