django-session-timeout
django-session-timeout copied to clipboard
Add timestamp to sessions to expire them
If target URL does not require login and `session_is_expired` is `true`, user should continue to target URL instead of being redirected to login page!
can we add a automatic refresh to redirect to the login page
### Use Case On some websites, regular "polling" accesses may be made by browser code to certain paths within the website. This will cause the session activity timer to incorrectly...
i am using django-session-timeout , but its not working. if not hasattr(request, "session") or request.session.is_empty(): return always it returns the code.
Is there a way to display a message to the user bases on session timeout remaining? Would alos be nice to be to display a message based on different timeout...