TLSSessionManager.loadFromSessionId

Try to load a saved session (using session ID)

interface TLSSessionManager
public abstract
bool
loadFromSessionId
(
const ref Vector!ubyte session_id
,
ref TLSSession session
)

Parameters

session_id Vector!ubyte

the session identifier we are trying to resume

session TLSSession

will be set to the saved session data (if found), or not modified if not found

Return Value

Type: bool

true if session was modified

Meta