mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:05:56 +00:00
login: add session_destroy() first
This commit is contained in:
@@ -492,7 +492,7 @@ class Handler_Public extends Handler {
|
||||
}
|
||||
|
||||
function login() {
|
||||
|
||||
@session_destroy();
|
||||
@session_start();
|
||||
|
||||
$_SESSION["prefs_cache"] = array();
|
||||
|
||||
Reference in New Issue
Block a user