Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method SessionManager.prototype.get
import { SessionManager } from "https://deno.land/x/frugal@0.2.1/packages/frugal_oak/SessionManager.ts";

Get the content of the session.

Parameters

sessionId: string

Returns

Promise<string>