glossary · term
Session token
A value that links browser requests to an active user session.
A session token is a server-issued value that identifies an authenticated or temporary client session. It is commonly stored in a cookie, request header, or URL and lets the service recognize the user between requests. In multi-account setups, tokens must remain isolated so one profile cannot inherit another account’s session.


