11-24-2016, 11:54 PM
Glad I could help...but there is still some other configuration issue on your server. The remember me sets a cookie...so if you are still staying logged in, that's great, but that means there is some sort of session issue on your server. I would try to...
1. Logout.
2. Add this line to init.ini
ini_set('session.gc_maxlifetime', 3600);
3. Login without remember me and see if your problem is still there.
If the problem goes away, you can either leave that line there, or you might want to adjust the php.ini file to have htat maxlifetime thing there so you don't keep getting logged out on other apps.
1. Logout.
2. Add this line to init.ini
ini_set('session.gc_maxlifetime', 3600);
3. Login without remember me and see if your problem is still there.
If the problem goes away, you can either leave that line there, or you might want to adjust the php.ini file to have htat maxlifetime thing there so you don't keep getting logged out on other apps.