From c04380af4783f5b8399a1d903a8575adf0194d09 Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Thu, 29 Jan 2026 16:09:01 +0200 Subject: [PATCH] w --- cms/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/settings.py b/cms/settings.py index 19bb8438..d47b6d38 100644 --- a/cms/settings.py +++ b/cms/settings.py @@ -418,7 +418,7 @@ CACHES = { # Use cached_db for reliability - stores in both cache AND database # This prevents session loss during multiple simultaneous LTI launches -SESSION_ENGINE = "django.contrib.sessions.backends.cached_db" +SESSION_ENGINE = "django.contrib.sessions.backends.cache" SESSION_CACHE_ALIAS = "default" # CELERY STUFF