How do TLS session tickets affect load balancing and session affinity?
If you use Transport Layer Security (TLS) to encrypt your web traffic, you may have heard of session tickets and session IDs. These are mechanisms that allow clients and servers to resume a previous TLS session without performing a full handshake, which can save time and resources. But how do these features affect the way you balance the load and distribute the requests among your servers? In this article, we'll explain how TLS session tickets and session IDs work, and what are the pros and cons of using them for load balancing and session affinity.