django-session-timeout
django-session-timeout copied to clipboard
Display a message
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?