Does WordPress in its default install need an EU cookie notice? I have a number of people who have very simple WordPress sites and am not sure if even a simple WordPress site installs cookies on a viewers computer?
3 comments
Comments are closed.
Does WordPress in its default install need an EU cookie notice? I have a number of people who have very simple WordPress sites and am not sure if even a simple WordPress site installs cookies on a viewers computer?
Comments are closed.
Based on the european juridiction, there is some cookies types that doesn’t need user consent:
A default WordPress installation, without any plugin / tracking code / analytics, come with the following cookies :
Non-logged users
PHPSESSID
: it’s the session ID, used for carrying the session, so it match the point about authentication cookies.Logged users
wordpress_logged_in_***
: carry session informations. Same asPHPSESSID
for legislation.wp-settings-***
: general settings preferences for internal use only. So it match the point about user-interface customisation.Commenters
They all three match the point about user-input cookies BUT by default they are stored for a year. So, according to the legislation, if you use comments functionality on your blog you should ask for consent on this cookies. If comments are disabled on your website, then you probably don’t need to ask for any consent for a default WordPress installation. I suggest you to check on your website if any plugin add some cookies that don’t match the quoted points.
You should have the EU cookie notice enabled, since a EU legislation requires that the user must know that your sites stores data into their PC. There’s some exemptions though.
You can check everything about this legislation here
A bit of Googling notes that: WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
so, yes, I think it does