"From 26th May 2011 websites in the UK need to ask for permission before they can set cookies not required for ‘essential’ means"
http://blog.silktide.com/2011/05/cookie-law-makes-most-uk-websites-illegal-what-you-need-to-know/ What cookies in Django are "essential"? When not logged in I see that the csrf-token cookie is set, and when logged in there's the session-cookie. Should one strive only to use csrf-protection (and thus the cookie) only when it is needed? Are there other cookies set by contrib apps? Should there be something about this in the docs? "<list> cookies is essential, you need need to get consent for these other ones: <list>" yet-another-proof-that-politics-and-tech-don't-mix-ly yours, HM -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
