From 3e3ed4ed5208324b20cbfc4b3b50bbe5a8a0d7f1 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Tue, 6 Aug 2024 13:44:48 +0200 Subject: fix session --- web/assets/js/model/setting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/assets/js/model/setting.js') diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js index 4035ca6e..cd46ab34 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 = ""; + this.sessionMaxAge = 0; this.pageSize = 50; this.expireDiff = ""; this.trafficDiff = ""; -- cgit v1.2.3