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:
Jesse Zoldak
2015-09-22 09:28:42 -04:00
4 changed files with 6 additions and 1 deletions

View File

@@ -390,6 +390,7 @@ MODULESTORE = {
DEBUG = False
TEMPLATE_DEBUG = False
SESSION_COOKIE_SECURE = False
SESSION_SAVE_EVERY_REQUEST = False
# Site info
SITE_ID = 1