May 2018
Beginner to intermediate
526 pages
11h 57m
English
There are several settings you can use to configure sessions for your project. The most important is SESSION_ENGINE. This setting allows you to set the place where sessions are stored. By default, Django stores sessions in the database using the Session model of the django.contrib.sessions application.
Django offers the following options for storing session data:
Read now
Unlock full access