property NewSessionTicketDistributedCount: integer; default 2;

 

Description

Determines the number of New Session Tickets that the server will issue during the TLS/SSL handshake when starting a new session.

A New Session Ticket creates a unique association between the ticket value and the session key which is used to generate encryption keys, decrypt the data transmitted, and verify data integrity.

The TLS client may use these a New Session Ticket for session resumption, which greatly improves the performance of the client and server when multiple parallel or serial connections are used between the same client and server.

When NewSessionTicketDistributedCount is less than or equal to 0, the server will not issue any New Session Ticket, which makes session resumption impossible.

The default value is 2 tickets.

 

See Also

NewSessionTicketLifetime

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support