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
…nce when session is disabled (fbourigault)
This PR was merged into the 4.2-dev branch.
Discussion
----------
[SecurityBundle] Fix remember-me cookie framework inheritance when session is disabled
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #29217
| License | MIT
| Doc PR | N/A
When `framework.session` configuration key is not an array, we ignore it.
Commits
-------
af81008 [SecurityBundle] Fix remember-me cookie framework inheritance when session is disabled
Symfony version(s) affected: 4.2.0-BETA1
Description
Upgrading to Symfony 4.2.0-BETA1 failed with the following error when
framework.session
is set tofalse
:Looks like it was introduced by #28446 which doesn't handle the
false
value.The text was updated successfully, but these errors were encountered: