mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
only autostart session if login cookie exists
This commit is contained in:
@@ -481,6 +481,8 @@ class Handler_Public extends Handler {
|
||||
|
||||
function login() {
|
||||
|
||||
@session_start();
|
||||
|
||||
$_SESSION["prefs_cache"] = array();
|
||||
|
||||
if (!SINGLE_USER_MODE) {
|
||||
|
||||
Reference in New Issue
Block a user