Rank: Advanced Member Groups: Member
Joined: 7/21/2014 Posts: 130
|
Hi, We're aware about the https://www.essentialobjects.com/doc/eo.webengine.engine.cleanupcachefolders_overload_1.aspx method for clearing all the cache (including cookies). We've also found the CookieManager to deal with cookies. But how to clear cache (JS, CSS and whatever) without delete all cookies ? It will be pretty usefull to clear cache data and keep cookie for session for example as we can do on chrome. Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This is no built in support for this. However you can try to delete the "Cache" folder inside your cache folder. Your cache folder actually contains many other things such as local storage and cookies. Cached version of contents are stored inside "Cache" folder inside that folder. Obviously you can only do that when the browser engine is not running.
Thanks!
|