diff --git a/server/auth.js b/server/auth.js index e1d11a0..2f43247 100644 --- a/server/auth.js +++ b/server/auth.js @@ -19,8 +19,8 @@ module.exports = function(app, app_cfg, db, async, bcrypt, passport, io) { resave: false, saveUninitialized: true, cookie: { - maxAge: 24 * 60 * 60 * 1000 - } // 1 Tag + maxAge: 60 * 60 * 1000 + } // Standard ist eine Stunde })); app.use(cookieParser()); app.use(flash());