Does the use of sticky load balancing prevent session failover ?
ANo, because sticky load balancing only controls the server to which a request is delivered; it has no impact on the server from which session information is obtained. If the request is delivered to a machine that is not the `sync primary’, then it must refer to the sync primary for its session data. This will be true with or without sticky load balancing.
Related Questions
- In the configuration for session failover, whats the relationship among the policy agents, the Load Balancer, and the Access Manager servers behind Load Balancers?
- Does the session framework require sticky load-balancing from the Load Balancer in the configuration for session failover?
- Does the use of sticky load balancing prevent session failover ?