mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:05:56 +00:00
force regenerate session id on successful login, remove previous blank SID check
This commit is contained in:
@@ -160,9 +160,5 @@
|
||||
if (!defined('NO_SESSION_AUTOSTART')) {
|
||||
if (isset($_COOKIE[session_name()])) {
|
||||
@session_start();
|
||||
|
||||
if (!$_SESSION['uid']) {
|
||||
logout_user();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user