diff --git a/libraries/auth/cookie.auth.lib.php3 b/libraries/auth/cookie.auth.lib.php3 index 09bca6577..006c73101 100644 --- a/libraries/auth/cookie.auth.lib.php3 +++ b/libraries/auth/cookie.auth.lib.php3 @@ -377,7 +377,7 @@ if (uname.value == '') { setcookie('pma_cookie_password', $cfgServer['password'], 0, - $GLOBALS['cookie_path'], '' + $GLOBALS['cookie_path'], '', $GLOBALS['is_https']); } // end if