Create User Documentation/Clear sessions

master
klafyvel 6 years ago
parent
commit
c178340606
  1. 7
      User-Documentation/Clear-sessions.md

7
User-Documentation/Clear-sessions.md

@ -0,0 +1,7 @@
Django stores its session token in the database. You need to clear them on a regular basis. This can be done by setting a crontab running the following command.
```bash
python3 manage.py clearsessions
```
Further informations can be found [here](https://docs.djangoproject.com/en/1.11/topics/http/sessions/#clearing-the-session-store).
Loading…
Cancel
Save