property SessionPluginOptions.maxCookieBytes

Byte budget for the serialized cookie. Default 4096. Exceeding it throws rather than emitting a cookie the browser would silently drop.

Type

number

Usage

import { type SessionPluginOptions } from "session-plugin/src/index.ts";