diff --git a/core/authentication/resources/classes/authentication.php b/core/authentication/resources/classes/authentication.php index f2199f9b1b..03a2f41d29 100644 --- a/core/authentication/resources/classes/authentication.php +++ b/core/authentication/resources/classes/authentication.php @@ -370,7 +370,7 @@ class authentication { } //regenerate the session on login - session_regenerate_id(true); + //session_regenerate_id(true); //set a session variable to indicate authorized is set to true $_SESSION['authorized'] = true;