Remove all cookies from specific domain in web view
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am trying to remove all the cookies from some domain, is there a way to do this? The only method i saw is removeAllCookies. Thank you. 回答1: As per documentation , we don't have a method for removing individual cookies. But we could use an interesting work around with setCookie() to clear a site's cookies. as, public abstract void setCookie (String url, String value) Sets a cookie for the given URL. Any existing cookie with the same host, path and name will be replaced with the new cookie . The cookie being set will be ignored if it is