Django provides session support out-of-the-box and stores sessions in the django_session
database table. Django leaves it up to the project maintainers to purge sessions in their Django project. This means that if it's not done on a regular basis the …