Skip to main content
Deno 2 is finally here 🎉️
Learn more
->
Dismiss
Products
Open Source
Deno
Modern runtime for JavaScript and TypeScript
Fresh
Web framework designed for the edge
JSR
TypeScript-first ESM package registry
Commercial
Deno for Enterprise
Enterprise support for runtime projects
Deploy
Easy serverless hosting for your JavaScript projects
Subhosting
Securely run untrusted code in a scalable sandbox
Docs
Modules
Standard Library
JSR
Node.js & npm
Current path
deno.land/x
Community
Discord
GitHub
X
YouTube
Mastodon
Blog
Search…
⌘K
Module
x
/
fresh_session
/
mod.ts
>
key
Dead simple cookie-based session for Deno Fresh.
Octo8080X/fresh-session
Version
beta-0.3.1
beta-0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Go to Latest
Menu
example
src
tests
mod.ts
(default module)
c
CookieSessionStorage
c
KvSessionStorage
c
RedisSessionStorage
c
Session
T
WithSession
f
cookieSession
f
createCookieSessionStorage
f
createKvSessionStorage
f
createRedisSessionStorage
f
key
f
kvSession
f
redisSession
function
key
import
{ key }
from
"https://deno.land/x/fresh_session@0.2.2/mod.ts"
;
key
()