From b9a0cdf4e7c64c11e4461c7115c1aa8d95fb7013 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 6 Oct 2024 10:32:57 -0600 Subject: [PATCH] Update authentication.php --- core/authentication/resources/classes/authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;