Skip to main content

What is a session?

A session is a unique identifier for a member’s authenticated state within an organization. It ties together the member’s identity, authentication factors, and session metadata. Once a member successfully authenticates, Stytch mints a Session object for the member—represented by two tokens:

Session represented by tokens


Session management

Stytch’s SDKs provide a session management layer that abstracts token rotation, session validation, and more:

Session lifecycle