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
For middleware libraries that handle a user's session, we should assert that changing the authentication context will mint different session cookie IDs. For example:
User X authenticates into an application and is minted a session cookie
Example: Cookie: connect.sid=s%3Az...
User X logs out of the application
User Y authenticates into an application and is minted a session cookie
Example: Cookie: connect.sid=s%G9a...
The text was updated successfully, but these errors were encountered:
Description
For middleware libraries that handle a user's session, we should assert that changing the authentication context will mint different session cookie IDs. For example:
The text was updated successfully, but these errors were encountered: