I want to sign out of my Twitter account by deleting the cookies she created. I can extract the cookies created by twitter using the code:
String twit_cookie = getCookie ("http://www.twitter.com");
But how can I delete only cookies created by twitter, because removeAllCookie () deletes all cookies created by the browser. How can I delete a specific cookie by URL or by name ???
Please, help...
Rajat
source share