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 e0587bc commit 4fe29fdCopy full SHA for 4fe29fd
1 file changed
server/server.js
@@ -95,7 +95,7 @@ app.use(
95
cookie: {
96
httpOnly: true,
97
secure: false,
98
- maxAge: 1000 * 60 * 60 * 24 * 28 // 4 weeks
+ maxAge: 1000 * 60 * 60 * 24 * 28 // 4 weeks in milliseconds
99
},
100
store: new MongoStore({
101
clientPromise,
0 commit comments