You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 remaining.
So for example
SESSION_EXPIRE_SECONDS = 14400
Display a message when they have 1 hour left and when they have 30 minutes and 10 minutes.
Maybe some kind of setting in the settings.py file?
The text was updated successfully, but these errors were encountered:
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 remaining.
So for example
SESSION_EXPIRE_SECONDS = 14400
Display a message when they have 1 hour left and when they have 30 minutes and 10 minutes.
Maybe some kind of setting in the settings.py file?
The text was updated successfully, but these errors were encountered: