mirror of https://gitlab.federez.net/re2o/re2o
1 changed files with 7 additions and 0 deletions
@ -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…
Reference in new issue