Answer Posted / Gopal Bajpai
Sticky sessions maintain a user's state across multiple requests, even when they are directed to different servers in a load-balanced environment. This ensures that the user experiences a consistent session throughout their interaction with the application. Load balancers can use sticky sessions by configuring them to send subsequent requests from the same client to the same server.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers