interface KvSessionStoreOptions
Since 0.2.0

Options for KvSessionStore.

Properties

readonly
optional
prefix: string

Prefix applied to every session key. Defaults to 'session:', so sharing one namespace with a cache store is safe by default.

Usage

import { type KvSessionStoreOptions } from "cloudflare-plugin/src/index.ts";