Sticky sessions on load balancers with HTTP and HTTPS
Posted
by
javano
on Server Fault
See other posts from Server Fault
or by javano
Published on 2012-09-08T19:31:28Z
Indexed on
2012/09/08
21:39 UTC
Read the original article
Hit count: 275
load-balancing
|sticky-sessions
How does sticky sessions relate to HTTP and HTTPS;
If I place a load balancer in front of some web app servers that run a front end that supports HTTPS, will the sessions remain "sticky" on a typical load balancer that lists "stick sessions" as one of it's supported features?
I understand that question is partly open ended; To clarify, would I require a load balancer that supports sticky HTTPS session specifical or is "sticky sessions" a principal that functions agnostic of the HTTP payload, be it encrypted or not?
Thank you.
© Server Fault or respective owner