Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-09-12 10:41:24 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-09-12 10:41:24 +0300
commit663cf5649f7a43c3f37bef6173333a3524133b54 (patch)
treed64ad3330cc2a2649f2864d4332d691b4b904059 /web/assets
parent095ebccbb0366862827de466c14a0b2f231b52f2 (diff)
Session - default 60 minute (minimum)
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/model/setting.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/js/model/setting.js b/web/assets/js/model/setting.js
index 2dea875b..75424bd3 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 = 0;
+ this.sessionMaxAge = 60;
this.pageSize = 50;
this.expireDiff = 0;
this.trafficDiff = 0;