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

doc: Small clarification to CookieName Change middleware instructions (#28804)

parent aba4a3f3
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment