Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alosaur/src/security/session/src/session.instance.ts>Session#set

Alosaur - Deno web framework with many decorators
Go to Latest
method Session.prototype.set
import { Session } from "https://deno.land/x/alosaur@v0.33.0/src/security/session/src/session.instance.ts";

Set value to store by key in current store

Parameters

key: string
value: T

Returns

Promise<void>