Skip to content

Commit

Permalink
update default cookie maxage in readme (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
aobo-y authored and dead-horse committed Nov 17, 2016
1 parent 450a6d3 commit 0cff4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ app.listen(8080);
{
path: '/',
httpOnly: true,
maxage: null,
maxage: 24 * 60 * 60 * 1000 //one day in ms,
rewrite: true,
signed: true
}
Expand Down

0 comments on commit 0cff4a8

Please sign in to comment.