Cookie with httpOnly
If when refusing cookies with the same domain as the site are not automatically deleted, this may be caused by the httpOnly tag. This tag when active blocks client-side manipulations so our javascript cleaning code will not be able to work.