1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:35:55 +00:00

reimplement remember_me

This commit is contained in:
Andrew Dolgov
2013-03-28 09:48:58 +04:00
parent 3f0094189c
commit f231f438ba
4 changed files with 17 additions and 3 deletions

View File

@@ -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();