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(storage): improve setCookie to prevent duplicated cookies #718

Merged
merged 1 commit into from
Jun 13, 2020

Conversation

JoaoPedroAS51
Copy link
Collaborator

@JoaoPedroAS51 JoaoPedroAS51 commented Jun 5, 2020

Search for cookies with the same name and remove the cookie with old value.

Fixes #671

Search for cookies with the same name and remove the cookie with old value.
@JoaoPedroAS51 JoaoPedroAS51 requested a review from pi0 June 5, 2020 15:45
@JoaoPedroAS51 JoaoPedroAS51 merged commit 3f0073b into dev Jun 13, 2020
@JoaoPedroAS51 JoaoPedroAS51 deleted the fix/set-cookie branch June 13, 2020 16:45
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.

Previous Cookies being concatenated with serializedCookie with each request
1 participant