Skip to content

Conversation

@ignacio
Copy link
Member

@ignacio ignacio commented Jan 28, 2014

When a cookie has been set with a given domain (i.e. domain="example.com"), subsequent attempts to delete it will be ignored by the browser if the same domain is not provided.

So a 'domain' parameter is added to the 'delete_cookie' method in order to be able to delete those cookies.

When a cookie has been set with a given domain (i.e. domain="example.com"), subsequent attempts to delete it will be ignored by the browser if the same domain is not provided.

So a 'domain' parameter is added to the 'delete_cookie' method in order to be able to delete those cookies.
@hishamhm
Copy link
Member

Any compatibility concerns about merging this one?

@ignacio
Copy link
Member Author

ignacio commented Jan 29, 2014

None. This is a new optional parameter. If not present, nothing will change in the Set-Cookie responses as they are now.

We may want a few days in case anyone else wants to chime in.

@ignacio
Copy link
Member Author

ignacio commented Mar 20, 2014

Well, a few days have passed. Should we merge this?

hishamhm added a commit that referenced this pull request Mar 21, 2014
Allows to specify a domain when deleting a cookie.
@hishamhm hishamhm merged commit eed8338 into keplerproject:master Mar 21, 2014
@ignacio ignacio mentioned this pull request Mar 21, 2014
@ignacio ignacio deleted the patch-2 branch March 21, 2014 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants