From a06433816404d24c6b328c93087eefd0eaa9d7d1 Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+Epicloudygamer@users.noreply.github.com> Date: Fri, 2 Oct 2020 10:40:52 -0700 Subject: [PATCH] Update app.js --- app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app.js b/app.js index c6a73c3a..7665e036 100644 --- a/app.js +++ b/app.js @@ -61,8 +61,7 @@ app.use(session({ secret: 'alloy', - SameSite = None, - Secure, + cookie: { sameSite: 'none', secure: 'true' }, saveUninitialized: true, resave: true }));