From 0bf7cc13f6b6c77e75a016bab57c5cb8f27e5ec8 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Tue, 21 Sep 2021 13:45:26 +0000 Subject: [PATCH] doc: Small clarification to CookieName Change middleware instructions (#28804) --- openedx/core/djangoapps/cookie_metadata/middleware.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openedx/core/djangoapps/cookie_metadata/middleware.py b/openedx/core/djangoapps/cookie_metadata/middleware.py index 6ebc8cbd8b..4435c4866d 100644 --- a/openedx/core/djangoapps/cookie_metadata/middleware.py +++ b/openedx/core/djangoapps/cookie_metadata/middleware.py @@ -41,9 +41,9 @@ class CookieNameChange: alternate: new SOME_COOKIE_NAME: old - 3. Change the current name, both in the main cookie setting and in the - name-change dictionary, now that all servers are capable of reading - either name:: + 3. Swap the new and old cookie names in all three places they occur (the + main setting and the two dictionary elements), now that all servers + are capable of reading either name:: COOKIE_NAME_CHANGE_ACTIVATE: True COOKIE_NAME_CHANGE_EXPAND_INFO: