top | item 44890314

(no title)

athenot | 6 months ago

You don't need the cookie banner for cookies that are just preferences and don't track users.

discuss

order

dotancohen|6 months ago

Which is why calling it the cookie banner is a diversion tactic by those who are against the privacy assurances of the GPDR. There is absolutely no problem with cookies. The problem is with the tracking.

root_axis|6 months ago

It's called a cookie banner because only people using cookies to track users need them. If you're using localstorage to track users, informed consent is still required, but nobody does that because cookies are superior for tracking purposes.

reactordev|6 months ago

Our problem is with tracking. Their problem is that other companies are tracking. So let’s stop the other companies from tracking since we can track directly from our browser. GDPR requires cookie banner to scare people into blocking cookies

There, now only our browser can track you and only our ads know your history…

We’ll get the other two to also play along, throw money at them if they refuse, I know our partner Fruit also has a solution in place that we could back-office deal to share data.

bigstrat2003|6 months ago

You're assuming bad intent where there are multiple other explanations. I call it the cookie banner and I don't run a web site at all (so, I'm not trying to track users as you claim).

mhitza|6 months ago

Or for cookies that are required for the site to function.

On a company/product website you should still inform users about them for the sake of compliance, but it doesn't have to be an intrusive panel/popup.

sensanaty|6 months ago

> On a company/product website you should still inform users about them for the sake of compliance

No? Github for example doesn't have a cookie banner. If you wanna be informative you can disclose which cookies you're setting, but if they're not used for tracking purposes you don't have to disclose anything.

Also, again, it's not a "cookie" banner, it's a consent banner. The law says nothing about the storage mechanism as it's irrelevant, they list cookies twice as examples of storage mechanisms (and list a few others like localStorage).