Browse Source

Update authentication.php

FusionPBX 11 months ago
parent
commit
66ea43e7f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/authentication/resources/classes/authentication.php

+ 1 - 1
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;