aboutsummaryrefslogtreecommitdiffstats
path: root/config/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'config/app.js')
-rw-r--r--config/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/app.js b/config/app.js
index 4d36c7b..30e44f0 100644
--- a/config/app.js
+++ b/config/app.js
@@ -235,7 +235,7 @@ module.exports = {
235 */ 235 */
236 cookie: { 236 cookie: {
237 httpOnly: true, 237 httpOnly: true,
238 sameSite: false, 238 sameSite: true,
239 path: '/', 239 path: '/',
240 maxAge: 7200, 240 maxAge: 7200,
241 }, 241 },