Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What does the term sticky session mean in a web-farm scenario?

3 like 0 dislike
What does the term sticky session mean in a web-farm scenario?

Why would you use a sticky session? What is the potential disadvantage of using a sticky session?
asked 1 year ago by rad_joshep (19,390 points)

1 Answer

2 like 0 dislike
 
Best answer
Sticky session refers to the feature of many commercial load balancing solutions for web-farms to route the requests for a particular session to the same physical machine that serviced the first request for that session. This is mainly used to ensure that a in-proc session is not lost as a result of requests for a session being routed to different servers. Since requests for a user are always routed to the same machine that first served the request for that session, sticky sessions can cause uneven load distribution across servers.
answered 1 year ago by daneim (127,080 points)

Related questions

4 like 0 dislike
1 answer
4 like 0 dislike
1 answer
4 like 0 dislike
1 answer