Closed simshaun closed 6 years ago
The Remember Me login functionality doesn't appear to be working. I've had to log back in several times in the past few days.
Note: I don't see the REMEMBERME cookie that Symfony's remember me function uses by default. Only the PHPSESSID cookie.
Edit: It looks like remember me hasn't been enabled on the firewall in app/config/security.yml. Ref: https://symfony.com/doc/current/security/remember_me.html
app/config/security.yml
The Remember Me login functionality doesn't appear to be working. I've had to log back in several times in the past few days.
Note: I don't see the REMEMBERME cookie that Symfony's remember me function uses by default. Only the PHPSESSID cookie.
Edit: It looks like remember me hasn't been enabled on the firewall in
app/config/security.yml
. Ref: https://symfony.com/doc/current/security/remember_me.html