From 561c4810be4f3e6a00278327e1f00a4da5cf664f Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Mon, 4 Aug 2025 11:37:53 +0200 Subject: default Max Age to 360min --- web/assets/js/model/setting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/assets') diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js index 89ea171f..55fbf635 100644 --- a/web/assets/js/model/setting.js +++ b/web/assets/js/model/setting.js @@ -7,7 +7,7 @@ class AllSetting { this.webCertFile = ""; this.webKeyFile = ""; this.webBasePath = "/"; - this.sessionMaxAge = 60; + this.sessionMaxAge = 360; this.pageSize = 50; this.expireDiff = 0; this.trafficDiff = 0; -- cgit v1.2.3