We set the cache path for the browser engine using the CachePath property:
https://www.essentialobjects.com/doc/EO.WebEngine.EngineOptions.CachePath.htmlThe CachePath we set looks something like this:
C:\Users\<username>\AppData\Roaming\<productname>\Browser
In general, this works. However, sometimes the cache path appends a number to the folder name and (over time) we end up with folder names like this:
Browser
Browser_1
Browser_2
Browser_3
Can you please explain what conditions would cause these additional cache paths ("_1", "_2", "_3", etc) to be automatically created?
Thank you!