1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

new option: SESSION_EXPIRE_TIME

This commit is contained in:
Andrew Dolgov
2006-03-17 05:21:03 +01:00
parent a5ebd1f974
commit 898a9cdb1c
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
require_once "config.php";
require_once "db.php";
$session_expire = 3600; //seconds
$session_expire = SESSION_EXPIRE_TIME; //seconds
ini_set("session.gc_probability", 50);
ini_set("session.name", "ttrss_sid");