Description
Manages TLS sessions and session tickets in memory for Haskell TLS applications. Session storage lets clients resume secure connections more efficiently when the protocol and configuration allow it.
It is useful for servers and clients that use the Haskell TLS stack and want session resumption support. Operators should consider memory lifetime, ticket rotation, and security policy when using session state.