Session - default 60 minute (minimum)

This commit is contained in:
mhsanaei
2024-09-12 09:41:24 +02:00
parent 095ebccbb0
commit 663cf5649f
4 changed files with 3 additions and 7 deletions

View File

@@ -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;