Comment by jkaplowitz

16 days ago

At least if this "Store cookies?" question is implicitly referencing EU regulations, those regulations don't require consent for cookies which are considered essential, including a cookie to store the response to the consent question (but certainly not advertising tracking cookies). So the respectful replacement for "Ask me again" is "Essential cookies only" (or some equivalent wording to "Essential" like "Required" or "Strictly necessary"). And yes, some sites do get this right.

I’ve not seen a site that remembers your selection of “reject all”/“essential only”. It would actually be hard to argue that it would count as an essential cookie, nothing about the site depends on remembering your rejection. I guess that makes “maybe later” more reasonable since it’s going to ask you every time until you relent.

  • "Reject all" doesn't have to be cookie, the answer could go to the browser storage.

    Basically it just exists in your browser, telling it "the user didn't agree to cookies, so don't send this data and don't render those blocks". The only thing that web server knows is that requests come from someone who didn't send any cookies.

    I believe it's a very common implementation.

  • Huh? Of course those get remembered, and of course it's allowed by GDPR. If the websites you visit don't remember "reject all", they're doing it maliciously (or out of incompetence, I guess).