feat: Enable CookieNameChange in LMS in prep for session cookie rename (#28609)
ref: ARCHBOM-1833/ARCHBOM-1649
This commit is contained in:
@@ -2016,6 +2016,10 @@ MIDDLEWARE = [
|
||||
# Generate code ownership attributes. Keep this immediately after RequestCacheMiddleware.
|
||||
'edx_django_utils.monitoring.CodeOwnerMonitoringMiddleware',
|
||||
|
||||
# After cookie monitoring, but before anything else that looks at
|
||||
# cookies, especially the session middleware
|
||||
'openedx.core.djangoapps.cookie_metadata.middleware.CookieNameChange',
|
||||
|
||||
# Monitoring and logging middleware
|
||||
'openedx.core.lib.request_utils.ExpectedErrorMiddleware',
|
||||
'edx_django_utils.monitoring.CachedCustomMonitoringMiddleware',
|
||||
|
||||
Reference in New Issue
Block a user