Page 1 of 1

New Email: Keep me logged in not working

Posted: Tue Jul 23, 2013 10:21 am
by csabey
Having to log back in so frequently that I'm starting to become really annoyed by it...

Re: New Email: Keep me logged in not working

Posted: Wed Aug 07, 2013 6:33 pm
by davimack
It's truly annoying. If I could hit the IMAP servers through my work firewall I wouldn't worry about it, but I cannot. :roll:

Script from the login page assigns the value of 600 to session_lifetime. When the rememberme.rememberme checkbox is checked, I would expect that subsequent pages would assign session_lifetime to something other than 600 (10 minutes). What would be needed would be for whatever generates that secondary script to change the session_timeout value to something more appropriate (e.g., to zero maybe, or to some obscenely high number such as integer.max).

Best,

-David

Re: New Email: Keep me logged in not working

Posted: Thu Aug 08, 2013 6:19 pm
by dane
The login page script isn't the issue - it's something deeper. Often we can keep a session open for weeks at a time, but sometimes we cannot. It may be concurrent logins from multiple systems, number of tabs open, browser interactions, etc. Our team is trying to work this out!