diff --git a/core/domains/domain_edit.php b/core/domains/domain_edit.php index 5f4e7e3757..c01851ba87 100644 --- a/core/domains/domain_edit.php +++ b/core/domains/domain_edit.php @@ -500,8 +500,6 @@ //clear the domains session array to update it unset($_SESSION["domains"]); - unset($_SESSION["domain_uuid"]); - unset($_SESSION["domain_name"]); unset($_SESSION['domain']); unset($_SESSION['switch']); diff --git a/resources/classes/domains.php b/resources/classes/domains.php index bbec08c196..4fb23ce6c0 100644 --- a/resources/classes/domains.php +++ b/resources/classes/domains.php @@ -262,8 +262,6 @@ if (!class_exists('domains')) { //clear the domains session array to update it unset($_SESSION["domains"]); - unset($_SESSION["domain_uuid"]); - unset($_SESSION["domain_name"]); unset($_SESSION['domain']); unset($_SESSION['switch']);