ISession.clear(): void
Removes every key, keeping the session and its id.
Use ISession.destroy to end the session instead.
ISession.clear(): void
Removes every key, keeping the session and its id.
Use ISession.destroy to end the session instead.
import { type ISession } from "common/src/index.ts";