DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Next.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Next.js
What's the key difference between a stateless session and a database session?
A
No real difference
B
Stateless keeps the actual session data (encrypted) in the cookie itself; database sessions keep only an opaque ID in the cookie, with real data stored server-side
C
Database sessions don't use cookies at all
D
Stateless sessions are always more secure
Check Answer