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

x/oak_sessions/mod.ts>Session.createSession

Session middleware for Oak
Go to Latest
method Session.createSession
Re-export
import { Session } from "https://deno.land/x/oak_sessions@v4.1.7/mod.ts";

Parameters

ctx: Context
expiration: number | null | undefined
optional
defaultData: SessionData