Skip to content
Web Security

What is Session vs Token Authentication?

Server sessions store state behind an opaque cookie, while tokens carry signed claims the client presents each request. BYOB apps typically delegate both models to managed auth rather than hand-rolling stores.

Browse all Web Security terms →