I have a site developed in php that only uses $_SESSION
to store user information temporarily while they are logged in. Does using $_SESSION
require the site to get user acceptance of "cookies" to comply with the EU cookie law?
UPDATE: My question is different to me. Note the key words "required" and "EU" in my question versus "acceptable" and "UK" in the previous question. The answers in the previous question are opinions only on legal compliance in the UK but include very useful information that will allow me to research my European Union (EU) question further. Thank you for providing reference to that question.