From f8fc1ac54314dbd22c8673beb15d16780a0fc4c7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Oct 2018 11:39:12 +0300 Subject: login: check for stale session in login handler, instead of authenticate_user() --- include/functions.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 5588590a8..006d17a48 100755 --- a/include/functions.php +++ b/include/functions.php @@ -714,13 +714,6 @@ 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(); -- cgit v1.2.3