Module

x/alosaur/security.ts>Session#set

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
method Session.prototype.set
import { Session } from "https://dotland.deno.dev/x/alosaur@v1.1.1/security.ts";

Set value to store by key in current store

Parameters

key: string
value: T

Returns

Promise<void>