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 acbe1df commit b81d02fCopy full SHA for b81d02f
app.js
@@ -61,7 +61,7 @@ app.use(cookieSession({
61
name: "session",
62
keys: [process.env.COOKIE_SECRET],
63
// Cookie Options
64
- maxAge: 60 * 60 * 1000 //Logged in for 1 hour
+ maxAge: 48 * 60 * 60 * 1000 //Logged in for 48 hours
65
}));
66
app.use(passport.initialize());
67
app.use(passport.session()); //persistent login session
0 commit comments