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

api: use tt-rss session storage

This commit is contained in:
Andrew Dolgov
2012-09-19 12:45:01 +04:00
parent 4864633612
commit 964f153371
2 changed files with 6 additions and 1 deletions

View File

@@ -104,5 +104,7 @@
session_set_cookie_params(SESSION_COOKIE_LIFETIME);
session_start();
if (!defined('TTRSS_SESSION_NAME') || TTRSS_SESSION_NAME != 'ttrss_api_sid') {
session_start();
}
?>