SecureContextOptions.sessionIdContext - Node documentation
property SecureContextOptions.sessionIdContext

Usage in Deno

import { type SecureContextOptions } from "node:tls";

Opaque identifier used by servers to ensure session state is not shared between applications. Unused by clients.

Type

string | undefined