Skip to content
Snippets Groups Projects
Unverified Commit a96864d3 authored by Tim McCormack's avatar Tim McCormack Committed by GitHub
Browse files

feat: Enable CookieNameChange in LMS in prep for session cookie rename (#28609)

ref: ARCHBOM-1833/ARCHBOM-1649
parent 8d682cb4
Branches
Tags
No related merge requests found
......@@ -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',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment