Merge pull request #9793 from edx/zoldak/django-session-cookie
Add the ability to change the SESSION_SAVE_EVERY_REQUEST django setting
This commit is contained in:
@@ -390,6 +390,7 @@ MODULESTORE = {
|
||||
DEBUG = False
|
||||
TEMPLATE_DEBUG = False
|
||||
SESSION_COOKIE_SECURE = False
|
||||
SESSION_SAVE_EVERY_REQUEST = False
|
||||
|
||||
# Site info
|
||||
SITE_ID = 1
|
||||
|
||||
Reference in New Issue
Block a user