Guest User

Untitled

a guest
Jan 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var session = require('client-sessions');
  2. app.use(session({
  3. cookieName: 'session',
  4. secret: 'this is the secret',
  5. duration: 15 * 60 * 1000,
  6. activeDuration: 15 * 60 * 1000
  7. }));
Add Comment
Please, Sign In to add comment