mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:15:56 +00:00
it was probably not the best idea to use session_regenerate_id() right after session_start(), duh
This commit is contained in:
@@ -718,8 +718,8 @@
|
||||
session_commit();
|
||||
}
|
||||
|
||||
session_start();
|
||||
session_regenerate_id(true);
|
||||
session_start();
|
||||
|
||||
$_SESSION["uid"] = $user_id;
|
||||
$_SESSION["version"] = VERSION_STATIC;
|
||||
|
||||
Reference in New Issue
Block a user