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.