We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
session_is_expired
true
The text was updated successfully, but these errors were encountered:
Agreed. Alternatively, a method should be run (defined in settings?) that takes a request and lets the developer decide whether to redirect.
Sorry, something went wrong.
Made a fork in case anyone runs into this: https://github.com/Lapeth/django-session-timeout
No branches or pull requests
If target URL does not require login and
session_is_expired
istrue
, user should continue to target URL instead of being redirected to login page!The text was updated successfully, but these errors were encountered: