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
These same operations have been implemented in different ways, making the framework inconsistent at session handling
I was wondering if there is any plan to fix this (Or if it's considered as an issue)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Logging out, means closing the current session (flushing the session)
AuthenticateSession
middleware flushes the session in order to logout the user (see hereframework/src/Illuminate/Session/Middleware/AuthenticateSession.php
Line 94 in 28e0f61
While Laravel
Auth::logout()
removes only guard-related authentication key from the session (here :framework/src/Illuminate/Auth/SessionGuard.php
Line 555 in c007d7c
These same operations have been implemented in different ways, making the framework inconsistent at session handling
I was wondering if there is any plan to fix this (Or if it's considered as an issue)
Beta Was this translation helpful? Give feedback.
All reactions