The Wayback Machine - https://web.archive.org/web/20200915071308/https://github.com/VampireDaniel/session
Skip to content
master
Go to file
Code
This branch is 9 commits ahead, 239 commits behind expressjs:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

express-session-ext

Installation

This is a Node.js module available through the npm registry. Installation is done using the npm install command:

$ npm install express-session-ext

API

var session = require('express-session-ext')

touchException

Allow user to set some special urls which be requested would not invoke .touch() function. This means requesting those urls would not extend session expiry date.

touchException:['/example/test']

About

Simple session middleware for Express

Resources

License

Packages

No packages published
You can’t perform that action at this time.