Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove existing Tagular cookie with outdated domain metadata #34

Merged
merged 3 commits into from
Nov 20, 2024

Conversation

julianajlk
Copy link
Member

@julianajlk julianajlk commented Nov 18, 2024

RV work to fix an unexpected side effect with the tglr_correlation_id cookie.

Previously, the correlation ID cookie work did not set a cookie with the domain, so the browser automatically sets the cookie with the current domain. We introduced the change to specify the domain to .edx.org here #32

But there are users who have the cookie set with the wrong metadata for the domain (aka the current domain payment.edx.org).

We want to remove these and set a new tglr_correlation_id cookie with the correct domain metadata.

@julianajlk julianajlk requested a review from a team as a code owner November 18, 2024 21:35
@julianajlk julianajlk force-pushed the julianajlk/EDX-1729/rv-eventing-cookie-reset branch from 11c7fae to 56ab83b Compare November 18, 2024 22:09
@julianajlk julianajlk merged commit 10ff47b into master Nov 20, 2024
4 checks passed
@julianajlk julianajlk deleted the julianajlk/EDX-1729/rv-eventing-cookie-reset branch November 20, 2024 14: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.

3 participants