MisSessionReused
Bun

method

Socket.isSessionReused

isSessionReused(): boolean;

See Session Resumption for more information.

@returns

true if the session was reused, false otherwise. TLS Only: Checks if the current TLS session was resumed from a previous session. Returns true if the session was resumed, false otherwise.