Skip to main content
Module

x/alosaur/security.ts>Session#set

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
method Session.prototype.set
Re-export
import { Session } from "https://deno.land/x/alosaur@v0.38.0/security.ts";

Set value to store by key in current store

Parameters

key: string
value: T

Returns

Promise<void>