From 8775b44ff12f647c3d3d5ee17dcf4f11cf8564c4 Mon Sep 17 00:00:00 2001 From: anuko Date: Sun, 12 Nov 2017 17:53:07 +0000 Subject: [PATCH 1/1] Added a comment. --- WEB-INF/config.php.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index 3cfbb07b..00469da5 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -110,6 +110,9 @@ define('WEEKEND_START_DAY', 6); // Lifetime in seconds for tt_PHPSESSID cookie. Time to live is extended by this value // with each visit to the site so that users don't have to re-login. // define('PHPSESSID_TTL', 86400); +// +// Note: see also PHP_SESSION_PATH below as you may have to use it together with +// PHPSESSID_TTL to avoid premature session expirations. // PHP_SESSION_PATH -- 2.20.1