Expire all existing sessions
Usage:
python manage.py expire_all_sessions
Bases: BaseCommand
BaseCommand
The actual logic of the command. Subclasses must implement this method.
Initialize same session as done for SessionMiddleware.
SessionMiddleware