Skip to content

Commit

Permalink
Merge ba868f7 into d15a102
Browse files Browse the repository at this point in the history
  • Loading branch information
Maples7 committed Aug 1, 2018
2 parents d15a102 + ba868f7 commit 477c39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -116,7 +116,7 @@ console.log('listening on port 3000');

If you want to add prefix for all external session id, you can use `options.prefix`, it will not work if `options.genid` present.

If your session store requires data or utilities from context, `opts.ContextStore` is alse supported. `ContextStore` must be a class which claims three instance methods demonstrated above. `new ContextStore(ctx)` will be executed on every request.
If your session store requires data or utilities from context, `opts.ContextStore` is also supported. `ContextStore` must be a class which claims three instance methods demonstrated above. `new ContextStore(ctx)` will be executed on every request.

### Events

Expand Down

0 comments on commit 477c39f

Please sign in to comment.