From b490ce7cc0152fa66b17f36a2282798c3db55224 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 6 Oct 2024 10:33:27 -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 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;