Session replication is a beast, but if you’re on AWS, Elasticache (Redis) makes it way easier.
Sticky sessions are simpler, but like you said—server crashes = sad users.
Maybe do both? Sticky for most traffic, replication for critical stuff.
And yeah, “sticky” is such a weird word for this. Who names these things?
Sticky sessions are simpler, but like you said—server crashes = sad users.
Maybe do both? Sticky for most traffic, replication for critical stuff.
And yeah, “sticky” is such a weird word for this. Who names these things?
