Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fresh_session/src/handlers/cookie_handler.ts>getCookieSessionHandler

Dead simple cookie-based session for Deno Fresh.
Latest
function getCookieSessionHandler
import { getCookieSessionHandler } from "https://deno.land/x/fresh_session@beta-0.3.1/src/handlers/cookie_handler.ts";

Type Parameters

T extends string
F extends string

Parameters

optional
options: CookieFreshSessionOptions = [UNSUPPORTED]