You have a load balancer running and behind it 5 web servers. Users complain that every time they move to a new page, they have to authenticate, instead of doing it once. How can you solve it?
Answer
Enable sticky sessions. This way, the user keep working against the same instance, instead of being redirected to a different instance every request.