diff --git a/core/authentication/resources/classes/authentication.php b/core/authentication/resources/classes/authentication.php index f2995de820..5355451606 100644 --- a/core/authentication/resources/classes/authentication.php +++ b/core/authentication/resources/classes/authentication.php @@ -386,7 +386,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;