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
When changing session variables they don't persist across requests, they don't even remain in the same request (key '2fa_required'). Apparently Contao changed the way they handle Sessions between when I initiale wrote the bundle and now.
Now, when setting 2fa_required within InteractiveLoginListener, the value is already unset by the time the session is requested within RequestListener.
The text was updated successfully, but these errors were encountered:
When changing session variables they don't persist across requests, they don't even remain in the same request (key '2fa_required'). Apparently Contao changed the way they handle Sessions between when I initiale wrote the bundle and now.
Now, when setting
2fa_required
withinInteractiveLoginListener
, the value is already unset by the time the session is requested withinRequestListener
.The text was updated successfully, but these errors were encountered: