Skip to content

Always remove Django session related cookies.#1842

Merged
antonpirker merged 15 commits intomasterfrom
antonpirker/django-cookies
Jan 20, 2023
Merged

Always remove Django session related cookies.#1842
antonpirker merged 15 commits intomasterfrom
antonpirker/django-cookies

Conversation

@antonpirker
Copy link
Copy Markdown
Contributor

@antonpirker antonpirker commented Jan 17, 2023

The values of cookies that are set by Django and are session related (session id and CSRF token) should be removed regardless of what sendDefaultPII is set to.

Fixes #1839

@antonpirker antonpirker force-pushed the antonpirker/django-cookies branch from bb2c70e to e55e48e Compare January 17, 2023 16:24
@antonpirker antonpirker marked this pull request as ready for review January 19, 2023 10:39
@antonpirker antonpirker enabled auto-merge (squash) January 20, 2023 09:09
@antonpirker antonpirker merged commit d515233 into master Jan 20, 2023
@antonpirker antonpirker deleted the antonpirker/django-cookies branch January 20, 2023 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Check Cookies sent by Django integration

2 participants