diff --git a/User-Documentation/Clear-sessions.md b/User-Documentation/Clear-sessions.md new file mode 100644 index 0000000..c0004b9 --- /dev/null +++ b/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). \ No newline at end of file