From 15b361094a64fe024db6d3eaf9539143cee73ce4 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Thu, 28 Sep 2017 09:04:52 -0400 Subject: PLT-7633 (E20) Add session idle timeout config setting (#7524) * Add session idle timeout config setting * Modify config setting name to SessionIdleTimeoutInMinutes * Small re-org of if statement * Merge with latest master --- config/default.json | 1 + 1 file changed, 1 insertion(+) (limited to 'config/default.json') diff --git a/config/default.json b/config/default.json index 34fdb97a4..f9c5647e7 100644 --- a/config/default.json +++ b/config/default.json @@ -36,6 +36,7 @@ "SessionLengthMobileInDays": 30, "SessionLengthSSOInDays": 30, "SessionCacheInMinutes": 10, + "SessionIdleTimeout": 0, "WebsocketSecurePort": 443, "WebsocketPort": 80, "WebserverMode": "gzip", -- cgit v1.2.3-1-g7c22