method ISession.clear
ISession.clear(): void

Removes every key, keeping the session and its id.

Use ISession.destroy to end the session instead.

Return Type

void

Usage

import { type ISession } from "common/src/index.ts";