Android webview delete single HttpOnly Cookie only

532 Views Asked by At

How can I delete an httpOnly cookie from android webView cookiemanager without deleting all other cookies?

GetCookie does not return HTTPOnly cookies and so I can not set it to expired.

I need cookies from other sites to remain in tact.

0

There are 0 best solutions below