Re: Cookies with Django

2024-08-09 Thread אורי
Thank you. אורי u...@speedy.net On Fri, Aug 9, 2024 at 9:08 AM Jacob Rief wrote: > Hi Uri, > we are running a large Django site in Austria. As cookies we use > session-ids, csrf-tokens and the preferred language. By our legal team, > they all are considered as strictly necessary and hence we

Re: Cookies with Django

2024-08-09 Thread Jacob Rief
Hi Uri, we are running a large Django site in Austria. As cookies we use session-ids, csrf-tokens and the preferred language. By our legal team, they all are considered as strictly necessary and hence we do not have to ask for consent from our users. This btw. only applies to assets served by o

Re: Cookies with Django

2024-08-08 Thread אורי
Thank you. אורי u...@speedy.net On Fri, Aug 9, 2024 at 5:40 AM Curtis Maloney wrote: > {I am not a lawyer. None of this is legal advice, of course.} > > Django itself does nothing to tell your users authentication uses cookies. > > If and how you choose to do that is up to you; also, there are

Re: Cookies with Django

2024-08-08 Thread Curtis Maloney
{I am not a lawyer. None of this is legal advice, of course.} Django itself does nothing to tell your users authentication uses cookies. If and how you choose to do that is up to you; also, there are some 3rd party apps to try to make this easier. However, I find this paragraph from https://gdp

Cookies with Django

2024-08-08 Thread אורי
Hi, Django uses cookies at least for authentication / login. How does Django handle the European Union legal requirements related to using cookies? For example, does the user have to agree before cookies are used? Thanks, Uri. אורי u...@speedy.net -- You received this message because you are su