Prevent login of multiple users in same browser window

Hello Every One,
In Corteza, User is able to login with different user credentials in same browser in separate tabs. How can I prevent the same so that only single user should be able to login in one browser window. Also on logout from one tab, User should be able to logout from all other tabs of current browser window.

Sessions are tied to tabs, so if you log out in one tab, the other tabs’ session is still active.
If you open a new tab however you’ll see you’re not logged in there.
Currently, there are no plans to change this

1 Like