On 04/20/2012 04:15 PM, Jernej Porenta wrote:
We had similar issues with users, who were using IE with auto-detect compatibility mode, which caused that GET requests used different User-Agent strings, which caused aborted sessions.
This is interesting and I didn't hear about this issue. I see also that user agent string is still used in Roundcube, see rcmail::session_configure().
To OP, you could try to remove .$_SESSION['HTTP_USER_AGENT'] from rcmail::session_configure() or better find what causes user-agent string change if it happens here.