Clear All Cookies from specific domain in Uniwebview
Hi,
I'm using the Unity Asset Uniwebview to show a web browser inside an Unity scene. In some point I want to logout a user from a specific domain and to achieve that I should clear all cookies relative to that domain. I tried to save all URLs in the "OnPageFinished" callback that are relative to that domain and then call to the static method SetCookie with all those URLs and set "". But all this without a sucessful result. Can anyone give me a clue or answer?
Greets.
Comment
Your answer

Follow this Question
Related Questions
Web View can;t load my webpages with pano's 0 Answers
Unity Ads 1 Answer
Navigation bar problem 0 Answers
A default ios webview in Unity 2018.4.3 build? 0 Answers
Include Android SDK that loads webview on top of current activity in UnityPlayerActivity 0 Answers