TLSSessionManager.save

Save a session on a best effort basis; the manager may not in fact be able to save the session for whatever reason; this is not an error. Caller cannot assume that calling save followed immediately by loadFrom* will result in a successful lookup.

interface TLSSessionManager
abstract
void
save
(
in TLSSession session
)

Parameters

session TLSSession

to save

Meta