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