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 broken cookie removal #3091

Merged
merged 3 commits into from
Feb 17, 2023
Merged

Fix broken cookie removal #3091

merged 3 commits into from
Feb 17, 2023

Conversation

timkelty
Copy link
Collaborator

@timkelty timkelty commented Feb 17, 2023

Removing the cart cookie on logout was broken, because we were only passing the name, not the full config.
This means if you had set \craft\config\GeneralConfig::$defaultCookieDomain to something, removing the cookie would fail silently.

@timkelty timkelty requested a review from a team as a code owner February 17, 2023 03:21
@nfourtythree nfourtythree merged commit a35f1d7 into develop Feb 17, 2023
@nfourtythree nfourtythree deleted the fix-forget-cart branch February 17, 2023 17:37
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.

2 participants