django-session-timeout icon indicating copy to clipboard operation
django-session-timeout copied to clipboard

but this required a manual refresh

Open brahim024 opened this issue 4 years ago • 1 comments

can we add a automatic refresh to redirect to the login page

brahim024 avatar Oct 05 '21 21:10 brahim024

Yes, u can add one line in settings.py.

SESSION_TIMEOUT_REDIRECT = 'index'

thatisfree avatar Mar 03 '22 23:03 thatisfree