Unit
ScSSLExtensions
Description
The TTLSSessionTicketExtension class represents the session ticket TLS extension. This extension defines a way to resume a TLS session without requiring session-specific state at the TLS server. If the client possesses a ticket that it wants to use to resume a session, then it includes the ticket in the session ticket extension in the ClientHello packet.
This extension is described in RFC 4507, section 3.2.
See Also