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

Timob 11090 #3199

Closed
wants to merge 2 commits into from
Closed

Timob 11090 #3199

wants to merge 2 commits into from

Conversation

anirudhnagesh
Copy link
Contributor

Fix for TIMOB-11090. Get an instance of cookiemanager and delete all the cookies for the URL

@@ -710,6 +712,8 @@ public void clearCookies(String url)
client.getCookieStore().addCookie(cookie);
}
}
cookieManager.setCookie(url, null);
cookieManager.removeAllCookie();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This destroys all cookies, not just cookies from the specified domain. I opened a new feature request for this issue: http://jira.appcelerator.org/browse/TIMOB-11570. Closing this PR.

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.

None yet

2 participants