python-django-session-security

Python2 Django module to log a user out after X minutes
  http://django-session-security.rtfd.org/
  0
  no reviews



A little javascript and middleware work together to ensure that the user was active during the past X minutes in any tab he has open. Otherwise, display a warning leaving a couple of minutes to show any kind of activity like moving the mouse. Otherwise, logout the user.

This is the Python 2 version.