Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Session engine in Django
#1
How i can configure session engine in Django through File based sessions?
Reply
#2
By using file-based sessions, you will have to set the setting of SESSION_ENGINE to django.contib.sessions.backends.file

You will also have to check that your web server has permissions to read and write the directory of the session file.

There are 3 more ways to configure session engine in Django; Database-backed sessions, Cached sessions, and Cookie-based sessions.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Automation Engine on Python? jfha73 4 2,045 May-01-2020, 02:29 PM
Last Post: jfha73
  Django: How to automatically substitute a variable in the admin page at Django 1.11? m0ntecr1st0 3 3,248 Jun-30-2019, 12:21 AM
Last Post: scidam
  ImportError: No module named django.core.exceptions in google app engine timtinan37 4 4,911 Jun-18-2018, 01:34 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020