session

by expressjs · Web

Simple session middleware for Express

New0 ratings6,359 starsActive
WebDeveloper ToolJavaScriptShell
↓ Download v1.19.0GitHub⚑ Report
session — image 1

About this project

express-session Installation This is a Node.js module available through the npm registry. Installation is done using the npm install command: API session(options) Create a session middleware with the given options. Note Session data is not saved in the cookie itself, just the session ID. Session data is stored server-side. Note Since version 1.5.0, the cookie-parser middleware no longer needs to be used for this module to work. This module now directly reads and writes cookies on req/res. Using cookie-parser may result in issues if the secret is not the same between this module and cookie-parser. Warning The default server-side session storage, MemoryStore, is…

Technologies

JavaScriptShellexpressjsmiddleware

Project health

Actively maintained
Last updatelast week
Contributors128
Latest releasev1.19.0
Open issues & PRs97
LicenseMIT
On GitHubsince 2014

GitHub

6,359
stars
1,004
forks
128
contributors
97
open issues & PRs
JavaScript
language
last week
last commit
View on GitHub ↗All releases ↗

Reviews

out of 5 · 0 ratings
★★★★★
0%
★★★★
0%
★★★
0%
★★
0%
0%
Sign in to write a review
No reviews yet
Be the first to review session.

Built by

expressjs
Imported from GitHub · not yet claimed on GitPalace
View developer pageSign in with GitHub to claim

Maintain expressjs/session? Claiming verifies admin access through your GitHub account and gives you control of this listing.

You might also like