You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "remember me" checkbox in MODX 3.0 has no effect.
Step to reproduce
Set "session_cookie_lifetime" to a long number, like 604800 (one week). Check off "Remember Me", log in, then quit your browser. Come back after that time, and go to the manager.
Observed behavior
You don't get automatically logged in. I checked the session cookie info and no expiration date and time are set. Checking the cookie for 2.8 sites shows the expiration date and time do get set.
Environment
MODX 3.0.4.
The text was updated successfully, but these errors were encountered:
$this->getProperty('rememberme') returns a value of "1" when the checkbox "Keep me logged in ..." is checked on log in.
With the triple equal sign comparison operator (===), "rememberme" is always false.
Bug report
Summary
The "remember me" checkbox in MODX 3.0 has no effect.
Step to reproduce
Set "session_cookie_lifetime" to a long number, like 604800 (one week). Check off "Remember Me", log in, then quit your browser. Come back after that time, and go to the manager.
Observed behavior
You don't get automatically logged in. I checked the session cookie info and no expiration date and time are set. Checking the cookie for 2.8 sites shows the expiration date and time do get set.
Environment
MODX 3.0.4.
The text was updated successfully, but these errors were encountered: