diff --git a/mozilla/webtools/aus/xml/index.php b/mozilla/webtools/aus/xml/index.php index 11860a9b490..6f2bf6f9150 100644 --- a/mozilla/webtools/aus/xml/index.php +++ b/mozilla/webtools/aus/xml/index.php @@ -62,7 +62,7 @@ if (!empty($_SERVER["HTTP_X_FORWARDED_FOR"])) { //We need to give the user a unique cookie and make it expire in 5 years. -if (!array_key_exists('aus', $_COOKIE)) { +if (!array_key_exists(COOKIE_NAME, $_COOKIE)) { setcookie(COOKIE_NAME, $ip . '.' . microtime(true), time() + 157784630, '/', COOKIE_DOMAIN); }