Session Persistence (Sticky Sessions):?
- In stateful applications, requests from the same user need to go to the same
service instance. Handling this with load balancing can be challenging,
especially in a stateless microservices setup.
service instance. Handling this with load balancing can be challenging,
especially in a stateless microservices setup.