Rank: Advanced Member Groups: Member
Joined: 8/29/2016 Posts: 64
|
Hello,
could you please explain what happened if I set Engine.Options.CachePath = null?
Does it mean that engine will not store cache, cookie, localstorage?
If not, could you please help me to disable cookies and local storage?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
CachePath = null is the default value. That will cause the engine to automatically create a cache directory inside your temp directory.
You can not disable cookie or local storage.
Thanks!
|