Welcome Guest Search | Active Topics | Sign In | Register

clear cookie is not clean Options
clorest
Posted: Monday, July 6, 2015 3:40:19 AM
Rank: Advanced Member
Groups: Member

Joined: 6/24/2015
Posts: 39
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.
eo_support
Posted: Tuesday, July 7, 2015 2:45:52 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

Please try to destroy all WebViews first before you clear that directory.

Thanks!
clorest
Posted: Friday, July 10, 2015 9:30:41 AM
Rank: Advanced Member
Groups: Member

Joined: 6/24/2015
Posts: 39
eo_support wrote:
Hi,

Please try to destroy all WebViews first before you clear that directory.

Thanks!


Yes, I destroy all WebViews first before I clear that directory.

But every time I delete the cache directory(I am sure I have deleted the directory successfully)

however cache is not fully cleared everytime. In this case ,I have to clear cache one more time.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.