Skip to content
Snippets Groups Projects
Unverified Commit 5d6f163a authored by Manjinder Singh's avatar Manjinder Singh Committed by GitHub
Browse files

feat: Adding new CookieNameChange middleware (#28404)

Description: Adds a new middleware to help with cookie name changes. It uses the idea of expand and contract, where after we've changed the name, the middleware allows up to accept either a cookie with new name (given higher priority when both are present) or cookie with old name.

This is also helpful when changing domain of a cookie.

impacts: developers, users(anyone that has cookies)
Change depends on django setting changes. See CookieNameChange middleware for more info.
parent f1a603ed
No related branches found
No related tags found
No related merge requests found
Loading
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