I have a django based application integrated with login. When I open the application for the first tab and login, this tab logs out automatically when the application is opened in another tab of the same browser. When the sessions created for each tab is separate, why this logs out the old tabs. And the behaviour is not consistent too.
I tried to add the settingsSESSION_EXPIRE_AT_BROWSER_CLOSE = TrueSESSION_SAVE_EVERY_REQUEST = Trueand this seems to be not working