+1 vote
in Data Handling by
How to use file-based sessions?

1 Answer

0 votes
by

In order to make use of file-based sessions, you will need to set the SESSION_ENGINE setting to “django.contrib.sessions.backends.

file”.

Related questions

0 votes
asked Apr 4, 2020 in Data Handling by amita rallin
0 votes
asked Apr 3, 2020 in Data Handling by amita rallin
...