From 2c62c8f69fecda58aa4af9267fb77879d7006837 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 7 May 2020 11:15:43 +1000 Subject: Rewrite the web session stuff. --- src/.sledjChisl.conf.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/.sledjChisl.conf.lua') diff --git a/src/.sledjChisl.conf.lua b/src/.sledjChisl.conf.lua index 59cb833..be5bd4b 100644 --- a/src/.sledjChisl.conf.lua +++ b/src/.sledjChisl.conf.lua @@ -21,8 +21,9 @@ config = ["webHost"] = "localhost"; ["URL"] = "sledjchisl.fcgi"; ["webIframers"] = ""; -- Space separated list of hosts allowed to iFrame us, coz someone asked. Include the "https://" bit. - ["seshTimeOut"] = 30 * 60; -- seconds - ["idleTimeOut"] = 24 * 60 * 60; -- seconds + ["seshRenew"] = 10 * 60; -- seconds + ["idleTimeOut"] = 30 * 60; -- seconds + ["seshTimeOut"] = 24 * 60 * 60; -- seconds ["newbieTimeOut"] = 30; -- days ["pepper"] = "My long beard is salt and pepper coloured, though there are no birds in it, only breakfast."; ["ToS"] = [[ -- cgit v1.1