Skip to content

Commit

Permalink
Fixed capitalization in Lazy session update [ci skip] (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
hstall2529 authored and jdesboeufs committed Feb 23, 2017
1 parent e513ccc commit 7124152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -211,7 +211,7 @@ app.use(express.session({
secret: 'keyboard cat',
saveUninitialized: false, // don't create session until something stored
resave: false, //don't save session if unmodified
store: new mongoStore({
store: new MongoStore({
url: 'mongodb://localhost/test-app',
touchAfter: 24 * 3600 // time period in seconds
})
Expand Down

0 comments on commit 7124152

Please sign in to comment.