Cookie with httpOnly
If, when refusing cookies, those with the same domain as the site are not automatically deleted, this may be caused by the httpOnly
tag. When this tag is active, it blocks client-side manipulations, so our JavaScript cleanup code will not be able to function.