From 46a5f6133dd84d843d873006c9ebb172c603647c Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Fri, 12 Feb 2021 12:44:43 +0100 Subject: [PATCH] CONF: Session timeout set to 60m (was 10m before). --- conf/core/server.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/core/server.conf b/conf/core/server.conf index ab5d1fb0..8922d19c 100644 --- a/conf/core/server.conf +++ b/conf/core/server.conf @@ -112,8 +112,8 @@ CERTIFICATES_KEY_STORE_PASSWORD= # -------------------------------------------------- # The session timeout after which the cookie expires. -# 10 min -SESSION_TIMEOUT_MS=600000 +# 60 min +SESSION_TIMEOUT_MS=3600000 # Time after which one-time tokens expire. # This is only a default value. The actual timeout of tokens can be -- GitLab