I’d say it depends on your app’s tolerance for session loss. If users can handle logging back in occasionally, sticky sessions are fine.
But if you’re running an e-commerce site where cart abandonment is a nightmare, session replication is worth the overhead.
Check out Apache Ignite for distributed sessions. It’s not magic, but it’s close.
And yeah, “sticky” is a weird term. Should’ve been “superglue sessions” or something.
But if you’re running an e-commerce site where cart abandonment is a nightmare, session replication is worth the overhead.
Check out Apache Ignite for distributed sessions. It’s not magic, but it’s close.
And yeah, “sticky” is a weird term. Should’ve been “superglue sessions” or something.
