Skip to main content

isSessionReused

method TLSSocket.prototype.isSessionReused
Jump to headingTLSSocket.prototype.isSessionReused(): boolean

See Session Resumption for more information.

Return Type Jump to heading

boolean

true if the session was reused, false otherwise.

Back to top