Am 21.04.2012 02:35, schrieb Michael Orlitzky:
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;
I must either have been blind or too tired - these are exactly the values we have set. No idea why I stated '10' for 'keep_alive'.
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.
Thanks for the advice, will probably try this later on, but for the time being will stay with the defaults. My feeling is that it is more a browser issue and/or an issue of the autosave routine, but I have no idea what I can do about it.
I do not fully understand the discussion "Roundcube session aborting", where the User-Agent header seems to be an issue. Should I do something in this regard, and if so, what exactly?