We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2ecf4 commit fb96951Copy full SHA for fb96951
README.md
@@ -28,7 +28,7 @@ encrypting it, or use a server-side session instead.
28
29
**NOTE** This module does not prevent session replay, as the expiration set is that
30
of the cookie only; if that is a concern of your application, you can store an expiration
31
-date in `req.session` object and validate it on the sever, and implement any other logic
+date in `req.session` object and validate it on the server, and implement any other logic
32
to extend the session as your application needs.
33
34
## Install
0 commit comments