[Answered ]-Django session issue (django-session-security)

2👍

You have added SESSION_EXPIRE_AT_BROWSER_CLOSE=True in your settings file and settings.SESSION_EXPIRE_AT_BROWSER_CLOSE = False in your code sometimes these may be creating conflicts.

Leave a comment