Options for KvSessionStore.
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.
Options for KvSessionStore.
prefix: string
Prefix applied to every session key. Defaults to 'session:', so sharing
one namespace with a cache store is safe by default.
import { type KvSessionStoreOptions } from "cloudflare-plugin/src/index.ts";