Systems · Patterns

Sticky sessions

Route a client or room to the same instance while it helps.

Sticky sessions

What it is

Cookie/IP/hash affinity at the LB.

When to use

In-memory room hubs, early websocket scale.

Failure mode

Affinity as a substitute for shared state forever; messy drains on deploy.

Lessons