Skip to content
Commit 249ab2a7 authored by Stéphane Sobucki's avatar Stéphane Sobucki Committed by hydrargyrum
Browse files

[caissedepargne] Handle deletion for duplicated cookies

Sometimes we have cookies with duplicated names in the CookieJar. This can
happen when we have cookies with the same name but with different
domains or paths.

We can't access or delete these cookies as we would normally because it
would raise a CookieConflictError. We have to use the
`remove_cookie_by_name()` function for that particular case.
parent bc296d26
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment