Skip to content

Commit

Permalink
Remove 5 minutes reference
Browse files Browse the repository at this point in the history
This comment appears to have been added in reference to a value that is no longer specified.

It's confusing, as it makes it look like some delay is occurring between the cookieParser and the session lines.
  • Loading branch information
pixelcort committed Jul 28, 2012
1 parent b837d1d commit 0e1768b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ connect-redis is a Redis session store backed by [node_redis](http://github.com/

connect.createServer(
connect.cookieParser(),
// 5 minutes
connect.session({ store: new RedisStore(options), secret: 'keyboard cat' })
);

Expand Down

0 comments on commit 0e1768b

Please sign in to comment.