property SecureContextOptions.sessionIdContext
Usage in Deno
```typescript
import { type SecureContextOptions } from "node:node__tls.d.ts";
```
Opaque identifier used by servers to ensure session state is not
shared between applications. Unused by clients.