Re: [web2py] European General data protection act and web2py

2018-05-19 Thread Donald McClymont
I just went with cookie consent - from github - it just goes into layout.html and is only about 5 lines for simple setup - all JavaScript but works fine with Web2py. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - http

Re: [web2py] European General data protection act and web2py

2018-05-18 Thread António Ramos
you can check if web2py is using cookies Just open dev console and find the cookie session_id... Also google for cookie policy , you will find a lot of examples on the internet just google for examples and create one that suits your needs and meets the GDPR regulation.. Regards 2018-05-18 8:40

[web2py] European General data protection act and web2py

2018-05-18 Thread BlueShadow
Hi, I am using a fairly old version of web2py since the page is running since 2012 I haven't done many updates. (since I ran into a world of trouble last time I tried to upgrade it I stayed at version 2.14.6) Can you tell me if the web2py is using cookies? Has anyone a cookie warning implemented