Closed ignacio closed 10 years ago
Any compatibility concerns about merging this one?
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.
Well, a few days have passed. Should we merge this?
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.