property SecureContextOptions.sessionTimeout
Usage in Deno
```typescript
import { type SecureContextOptions } from "node:node__tls.d.ts";
```
The number of seconds after which a TLS session created by the
server will no longer be resumable. See Session Resumption for more
information. Default: 300.