X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fconfig.php.dist;h=00469da587096bba158ae3d49bd952e5b820da15;hb=a9c7df4765fd6e23b53c7fe1546559a6549d84e9;hp=55f34749067d079861fd89c7ca339399984305d4;hpb=40c8b0474bb4204ee1c843398c86b8adecaedb14;p=timetracker.git diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index 55f34749..00469da5 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -110,6 +110,15 @@ 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 +// Local file system path for PHP sessions. Use it to isolate session deletions +// (garbage collection interference) by other PHP scripts potentially running on the system. +// define('PHP_SESSION_PATH', '/tmp/timetracker'); // Directory must exist and be writable. // Forum and help links from the main menu.