Honestly, sticky sessions get a bad rap. They’re not *that* bad if you design for failure.
Use a load balancer with health checks, and make sure your app can rebuild sessions fast if a server dies.
Replication is overkill for a lot of apps. Unless you’re banking or healthcare, why bother?
“Sticky” probably comes from “stick to one server,” but yeah, it’s a dumb name.
Use a load balancer with health checks, and make sure your app can rebuild sessions fast if a server dies.
Replication is overkill for a lot of apps. Unless you’re banking or healthcare, why bother?
“Sticky” probably comes from “stick to one server,” but yeah, it’s a dumb name.
