We’ve been experiencing this issue for more than a year now. Users (frontend and backend) keep getting logged out, despite using the remember me functionality in the login form.
We’ve tried everything, setting cookies & sessions, both cookies only, setting the cookie domain (.mydomain.com), require ip disabled, etc.
Last config we used (and tried all different combo’s) :
$config['cookie_domain'] = ".domain.com";
$config['cookie_path'] = "/";
$config['cookie_prefix'] = "";
$config['admin_session_type'] = "c";
$config['user_session_type'] = "c";
$config['require_ip_for_login'] = "n";
$config['require_ip_for_posting'] = "n";
$config['secure_forms'] = "n";Without any luck. User logs in, gets logged out after randomly hours. Most of the time 4+ hours, sometimes 12+ hours.
Also, it doesn’t make a difference if we login via Social Login Pro, Authenticate addon or native EE module.
We are getting a lot of complaint by users. This is a very annoying bug. :-(
2.5.3 - Build Date: 20120911