Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method default.createSession
import { default } from "https://deno.land/x/oak_sessions@v4.1.10/src/Session.ts";

Parameters

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

Returns

Promise<Session>