Re: A picturesque authentication problem ONLY in Google Chrome

2023-06-08 Thread Rogério Carrasqueira
Hello Fabio, Thanks for you reply, this must be considered on both sites or only in subdomain? Thanks again! Em quinta-feira, 8 de junho de 2023 às 16:14:37 UTC-3, Fabio C. Barrionuevo da Luz escreveu: > Try to define the SESSION_COOKIE_DOMAIN on your settings.py > > SESSION_COOKIE_DOMAIN=".d

Re: A picturesque authentication problem ONLY in Google Chrome

2023-06-08 Thread Fabio C. Barrionuevo da Luz
Try to define the SESSION_COOKIE_DOMAIN on your settings.py SESSION_COOKIE_DOMAIN=".dominio.com.br" https://docs.djangoproject.com/en/4.2/ref/settings/#session-cookie-domain https://django.readthedocs.io/en/1.4.X/ref/settings.html#session-cookie-domain That said, Django 1.4.22 was released 8 yea

A picturesque authentication problem ONLY in Google Chrome

2023-06-08 Thread Rogerio Carrasqueira
Hello All! All good? I'm running an application in Django 1.4.22 and some days I'm facing some difficulties for my users to access the restricted area of my site. It so happens that I have the site running on the main domain www.dominio.com.br and the restricted area on app.dominio.com.br, both ru