hi,
I clear the cache by System.IO.Directory.Delete(EO.WebBrowser.Runtime.CachePath, true);
it return OK and I reload the page "www.taobao.com", the username I have logined in still exists sometimes, this means the cookie clear failed. The good news is that when I redirect to the
private page of
www.taobao.com like "buyer.taobao.com", it leads me to login in page.
So I want to know how to make it clean. thanks for your help.