Hello,
I would like to know what the following means under apache2handler in the php.ini
Timeouts Connection: 10 - Keep-Alive: 10
I have I problem with session timing out after 10 minutes of inactivity, and I was wondering if the above is what is causing session to time out in 10 minutes instead of 4 hours like I have it below.
Currently my sessions settings under the php.ini are set like this:
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.entropy_length 0 0
session.gc_divisor 10 1000
session.gc_maxlifetime 14400 14400
session.gc_probability 1 1