summaryrefslogtreecommitdiff
path: root/include/sessions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-28 09:48:58 +0400
committerAndrew Dolgov <[email protected]>2013-03-28 09:48:58 +0400
commitf231f438ba5cfefdbd6171e5bec408973db32ee2 (patch)
treeb09c5c0b315220ada944af088181013b966da689 /include/sessions.php
parent3f0094189c273e6e24bf61e6c24d129918cee14e (diff)
reimplement remember_me
Diffstat (limited to 'include/sessions.php')
-rw-r--r--include/sessions.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sessions.php b/include/sessions.php
index acb2fc38d..7ea319e36 100644
--- a/include/sessions.php
+++ b/include/sessions.php
@@ -102,8 +102,6 @@
"ttrss_destroy", "ttrss_gc");
}
- session_set_cookie_params(SESSION_COOKIE_LIFETIME);
-
if (!defined('TTRSS_SESSION_NAME') || TTRSS_SESSION_NAME != 'ttrss_api_sid') {
if ($_COOKIE[$session_name]) {
@session_start();