Wednesday, December 11, 2019

Re: Set-Cookie is not working in Chrome

On 12/12/2019 4:48 pm, אורי wrote:
> Hi,
>
> I want to add, the users login or logout or sign up to one website,
> and I want them to login or logout from the other website too,
> automatically. Currently if they login or logout to one website, it
> doesn't affect the other website.

Can you detect the logout on one and invalidate the session in the other
backend database? Might have to make an API to do that.

>
> אורי
> uri@speedy.net <mailto:uri@speedy.net>
>
>
> ‪On Thu, Dec 12, 2019 at 7:45 AM ‫אורי‬‎ <uri@speedy.net
> <mailto:uri@speedy.net>> wrote:‬
>
> Django users,
>
> I have a problem with Set-Cookie not working in Chrome (I didn't
> check other browsers). It worked in the past but it stopped
> working recently. I have two websites with two domain names, and I
> need to set the cookie in both websites. I'm calling a URL in each
> of the domain names to set the cookie. But it doesn't set the
> cookie on the other website (the website I'm not browsing now). Is
> there any solution to this problem? I think this is due to recent
> changes in Chrome.
>
> אורי
> uri@speedy.net <mailto:uri@speedy.net>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to django-users+unsubscribe@googlegroups.com
> <mailto:django-users+unsubscribe@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CABD5YeFCw_ofBMyEQ89v7hoDTpGqR5R3f9oVeTjwD8-x-sdG2Q%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CABD5YeFCw_ofBMyEQ89v7hoDTpGqR5R3f9oVeTjwD8-x-sdG2Q%40mail.gmail.com?utm_medium=email&utm_source=footer>.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cae194e4-c13b-eeb7-4f9d-89c96128926f%40dewhirst.com.au.

No comments:

Post a Comment