summaryrefslogtreecommitdiff
path: root/sessions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-17 05:21:03 +0100
committerAndrew Dolgov <[email protected]>2006-03-17 05:21:03 +0100
commit898a9cdb1c00bee5c54c9cf1307a637e28749054 (patch)
treef74b9086e535da9bbef42ae6a54b579c6b2f7b23 /sessions.php
parenta5ebd1f97493318313cbf1435a6e1a7b73a5c935 (diff)
new option: SESSION_EXPIRE_TIME
Diffstat (limited to 'sessions.php')
-rw-r--r--sessions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sessions.php b/sessions.php
index 8d46f3f56..5b4da3a89 100644
--- a/sessions.php
+++ b/sessions.php
@@ -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");