On 04/20/2012 06:27 PM, Michael Heydekamp wrote:
Hmm, to my best knowledge we are running the defaults (you didn't state what your defaults exactly are).
We have:
$rcmail_config['keep_alive'] = 10; $rcmail_config['session_lifetime'] = 10; $rcmail_config['min_keep_alive'] = 60;
These ARE the defaults, right?
These are the defaults in 0.7.2:
$rcmail_config['keep_alive'] = 60; $rcmail_config['session_lifetime'] = 10; $rcmail_config['min_keep_alive'] = 60;
If those don't work for you (they /should/ be equivalent to yours), you can try the brute-force method and set session_lifetime to something much higher like an hour (60).
In that case you don't care whether or not the keepalive works, but sessions will potentially hang around long after the user has closed her browser.