I am making a project in Django to practice authentication. I am using sessions and have enabled
SESSION_EXPIRE_AT_BROWSER_CLOSE
But still the session remains if I close the browser tab. It works when I quit the browser, but I wanted it expire after tab is closed. I am unable to find a solution.
Thanks in advance