I am working on sessions in Django.
By default, django stores sessions in django_session, I found out there is no way to purge sessions.
django_session
Though
The newer versions of Django allow:
request.session.clear()