Sticky Sessions and Stateless Applications
Load balancers normally distribute requests across multiple interchangeable application instances. This works best when any healthy instance can process any request. Problems appear when an application stores user-specific state locally and later requests must return to the same server.
Oleksandr Andrushchenko
Aug 18
1