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
The fundamental point to take away is that a user's ID is stored in the session which denotes that they are authenticated. But their actual information should be cached and capable of being invalidated.
Specifically the hash session value can be invalidated to force the user to re-authenticate.
The user side session is very difficult to modify. We should only store the user's ID in it.
The text was updated successfully, but these errors were encountered: