Django has authentication module, which works great. There is little problem that once user is loged in, that information is saved for longer period of time. Even user close browser session do not end. Actually, I want that session to end when user close browser.
Is there any way that user’s login information is no longer remember once browser is closed
Krish
Use this in settings.py: