session
Simple session middleware for Express
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
Project health
GitHub
Reviews
Built by
Maintain expressjs/session? Claiming verifies admin access through your GitHub account and gives you control of this listing.