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...
System Design Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
System Design
What is a 'sticky session'?
A
A session that never expires
B
Configuring the load balancer to consistently route the same client to the same server, often to keep server-local session state working
C
A bug where sessions get duplicated
D
A database transaction that locks a row
Check Answer