aboutsummaryrefslogtreecommitdiff
path: root/h-source/Config
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Config')
-rwxr-xr-xh-source/Config/Restricted.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Config/Restricted.php b/h-source/Config/Restricted.php
index d8baffa..ce4bdb1 100755
--- a/h-source/Config/Restricted.php
+++ b/h-source/Config/Restricted.php
@@ -88,7 +88,7 @@ define('REG_USERS_LOGIN_ACTION', 'login');
//registered cookie:
//NB: REG_COOKIE_NAME must be different from ADMIN_COOKIE_NAME!!!
define('REG_COOKIE_NAME','uidr');
-define('REG_SESSION_EXPIRE', '3600');
+define('REG_SESSION_EXPIRE', '86400');
define('REG_COOKIE_PATH', '/');
define('REG_COOKIE_DOMAIN', '');
define('REG_COOKIE_SECURE', false);