mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-02-04 06:22:59 -05:00
a
This commit is contained in:
@@ -665,6 +665,5 @@ if USE_LTI:
|
|||||||
SESSION_COOKIE_SECURE = True
|
SESSION_COOKIE_SECURE = True
|
||||||
CSRF_COOKIE_SAMESITE = 'None'
|
CSRF_COOKIE_SAMESITE = 'None'
|
||||||
CSRF_COOKIE_SECURE = True
|
CSRF_COOKIE_SECURE = True
|
||||||
SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"
|
# SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"
|
||||||
# Use cached_db for reliability - stores in both cache AND database
|
# Consider using cached_db for reliability if sessions are lost between many LTI launches
|
||||||
# This prevents session loss during multiple simultaneous LTI launches
|
|
||||||
|
|||||||
Reference in New Issue
Block a user