From 3f2b062823ccbc5736af8a493f692a47cdb9d940 Mon Sep 17 00:00:00 2001
From: Rosanny <rosanny.sihombing@hft-stuttgart.de>
Date: Tue, 6 Jul 2021 15:02:05 +0200
Subject: [PATCH] manage session

---
 app.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app.js b/app.js
index 55379ad..95a44c5 100644
--- a/app.js
+++ b/app.js
@@ -30,7 +30,8 @@ app.use(session(
     {
         resave: true,
         saveUninitialized: true,
-        secret: config.app.sessionSecret
+        //secret: config.app.sessionSecret
+        secret: 'thisisasecret-thisisasecret-thisisasecret'
     }
 ))
 app.use(passport.initialize())
-- 
GitLab