property UseSecureSessionResumption: boolean; default False;
Description
Determines whether the TLS session ticket extension will be sent from the client to the TLS/SSL server during the handshake when starting a new TLS/SSL session.
Set UseSecureSessionResumption to True, to add the TTLSSessionTicketExtension object to the TScSSLClient.ClientHelloExtensions list. Set UseSecureSessionResumption to False, to remove the TTLSSessionTicketExtension instance from the TScSSLClient.ClientHelloExtensions list.
The default value is False.
See also
TScSSLClient.ClientHelloExtensions