Tag: persistence

  • Sticky sessions (aka persistence)

    While working with load balancers it is sometimes required that the client connects to the same backend server all the time. This concept has several names (e.g.: sticky sessions, session stickiness, persistent sessions, persistence, etc…). Wikipedia explains this concept clearly: One dilemma when operating a load-balanced service, is what to do if the backend servers […]