Earlier quoted context omitted.
European law has established various rights regarding data concerning an individual since 1981.
Thankfully European statutes don't have anything to do with what words actually mean in the English language and don't override basic logic. The idea that you have the right to control eg. my opinions about you, just because they happen to concern you, is fundamentally contrary to the most basic right we all have: freedom of expression. The cornerstone of civil and political rights.
Europe's GDPR privacy law is headed for red tape bonfire within 'weeks'
181–190 of 190 posts
Re: Europe's GDPR privacy law is headed for red tape bonfire within 'weeks'
#182Earlier quoted context omitted.
Are cookie banners really a requirement in that case? I think as long as you don’t share the data with a third party you’re in the clear?
Matomo for example has an explanation how to gather data without having to display a banner: https://matomo.org/faq/new-to-piwik/how-do-i-use-matomo-anal...
Because true session-expiry times on cookies SUCK BADLY: https://stackoverflow.com/questions/4132095/when-does-a-cook...
Re: Europe's GDPR privacy law is headed for red tape bonfire within 'weeks'
#183Earlier quoted context omitted.
No, you dont! Only if you use third party services to do that or collect data thats not essential to your business. Its just coloquially called a "Cookie Banner", but the laws DONT require you to put up one as soon as you set one cookie!
It does if the cookie contains any uuid that might be linkable to a user's identity (which is obviously necessary if you want to perform rudimentary self-hosted analytics on unique user visits)
Re: Europe's GDPR privacy law is headed for red tape bonfire within 'weeks'
#184Re: Europe's GDPR privacy law is headed for red tape bonfire within 'weeks'
#185Earlier quoted context omitted.
I spent months implementing GDPR compliance with a set of EU-based lawyers. Most businesses are not actually GDPR compliant, even to this day. I assume this is a big reason the EU is willing to take another look at what is required for compliance.
I think you’re confusing the ePrivacy Directive, which regulates cookies, and the GDPR, which regulates PII.
Re: Europe's GDPR privacy law is headed for red tape bonfire within 'weeks'
#186Earlier quoted context omitted.
You are required to have a cookie banner if you use cookies, and you have to use cookies or an equivalent technology to persist state in a logged-in website (like HN). To pre-empt the typical reply, yes you must serve a cookie banner even if you are only using functional cookies.
This is simply not correct. You absolutely DO NOT need to obtain consent for strictly necessary first-party session cookies (such as would be used by an online shopping cart, for example, or to maintain a persistent login) [1]. [1] https://gdpr.eu/cookies/
Re: Europe's GDPR privacy law is headed for red tape bonfire within 'weeks'
#187Earlier quoted context omitted.
You are required to have a cookie banner if you use cookies, and you have to use cookies or an equivalent technology to persist state in a logged-in website (like HN). To pre-empt the typical reply, yes you must serve a cookie banner even if you are only using functional cookies.
This is definitely not the case. https://eur-lex.europa.eu/eli/reg/2016/679/oj You are required to OBTAIN CONSENT from people you want to process the personal data of. Their consent must be INFORMED by telling them who you are and what you intend to do with their data. Their consent must be FREELY GIVEN and can be WITHDRAWN at any time. That's what's at stake; not the cookies/state themselves, but how you intend to p…
> This site uses cookies. Visit our cookies policy page or click the link in any footer for more information and to change your preferences.
And then there are two buttons: "Accept all cookies" and "Accept only essential cookies".
The banner is doing two things. 1) It is notifying you that the site uses cookies. 2) It is requesting your consent for non-essential cookies.
Think about this for a moment, why is it doing both things? Why doesn't it just say "Do you consent to non-essential cookies? Yes | No"? Do you think this website added an extra sentence to their banner just for fun?
If you want to use essential cookies, you don't need to ask for consent. That is true. But you do still need to inform the visitor that you are setting cookies. Just as this banner does in its first sentence.
Re: Europe's GDPR privacy law is headed for red tape bonfire within 'weeks'
#188Earlier quoted context omitted.
You are required to have a cookie banner if you use cookies, and you have to use cookies or an equivalent technology to persist state in a logged-in website (like HN). To pre-empt the typical reply, yes you must serve a cookie banner even if you are only using functional cookies.
This is simply not correct. You absolutely DO NOT need to obtain consent for strictly necessary first-party session cookies (such as would be used by an online shopping cart, for example, or to maintain a persistent login) [1]. [1] https://gdpr.eu/cookies/
Re: Europe's GDPR privacy law is headed for red tape bonfire within 'weeks'
#189Earlier quoted context omitted.
No. You really don't. Come on, burden of proof, show us where the GDPR says functional cookies require a banner?
How do you interpret this about strictly necessary cookies, from gdpr.eu? > While it is not required to obtain consent for these cookies, what they do and why they are necessary should be explained to the user. To me, it reads as you need some kind of banner/page explaining them. What you don't need is consent to store them.
Re: Europe's GDPR privacy law is headed for red tape bonfire within 'weeks'
#190Earlier quoted context omitted.
Why do you store your webserver's logs? My reading of the GDPR (I am not a lawyer) is that it strongly encourages site owners to store the very minimum amount of data about visitors - something that I wholeheartedly agree with. Server logs are useful for debugging the site but also contain potentially identifying information (IP addresses) so I have my site delete them after 48 hours. User submitted comments are obvi…
I read the logs with my human eyes manually because I am interested in learning about the web and internet. In fact today I found a whole new useful search engine because I saw it's spider in my logs. 64.62.202.82 "GET /library/Math/Mathematical%20Methods%20for%20Physicists_%20A%20concise%20introduction_%20Tai%20L%20Chow_%202000.pdf -" "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Centurybot/1.0; +h…
Tools for that exist, you don't keep unnecessary data, and you're in the clear.