]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
login: check for stale session in login handler, instead of authenticate_user()
[tt-rss.git] / include / functions.php
index 5588590a85c2ab8a99268af9db4d20fef498d308..006d17a4887c3683920bd73b2d5bdbaddd8345ef 100755 (executable)
 
                        if ($user_id && !$check_only) {
 
-                               /* if a session is started here there's a stale login cookie we need to clean */
-
-                               if (session_status() != PHP_SESSION_NONE) {
-                                       $_SESSION["login_error_msg"] = __("Stale session cookie found, try logging in again");
-                                       return false;
-                               }
-
                                session_regenerate_id(true);
                                session_start();