method TLSSocket.prototype.isSessionReused Usageimport { TLSSocket } from "node:tls"; TLSSocket.prototype.isSessionReused(): boolean See Session Resumption for more information. See Session Resumption for more information. Return Type boolean true if the session was reused, false otherwise.