[4.0] Frontend user is not logged out if browser window is closed #35999
Replies: 3 comments 1 reply
-
Absolutely not. If you want the shortest login time just adjust the session time or browse in private/anonymous mode. |
Beta Was this translation helpful? Give feedback.
-
Or write a plugin/template function which listens to the Javascript onbeforeunload event and destroy the session cookie. |
Beta Was this translation helpful? Give feedback.
-
This is expected behaviour and normal in the web. I moved this to discussion - in case someone wants to follow the hint of @laoneo |
Beta Was this translation helpful? Give feedback.
-
Steps to reproduce the issue
Log in on the frontend e.g. on Firefox
Close the browser
Expected result
User logged out
Actual result
Open another browser window (same browser, e.g. Firefox, not Chrome)
User stays logged in.
System information (as much as possible)
Additional comments
If this were a website holding financial/personal information, this could also be a security issue.
Beta Was this translation helpful? Give feedback.
All reactions