Skip to main content
method TLSSocket.prototype.isSessionReused
TLSSocket.prototype.isSessionReused(): boolean
Deprecated

See Session Resumption for more information.

Return Type

boolean

true if the session was reused, false otherwise.

Back to top