Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
How to disable saving temporary files
-
- Posts: 112
- Joined: Wed Jul 01, 2020 10:22 am
How to disable saving temporary files
I want Chromium to disable to save on hard drive everything (dictionaries, history, cache, locales etc.) except cookies. Is that possible?
- salvadordf
- Posts: 4575
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: How to disable saving temporary files
In OldCEF4Delphi you can still set a different directory for cache and cookies.
If you set GlobalCEFApp.cache to an empty string it should use RAM memory to store the cache.
Set GlobalCEFApp.cookies to a directory in the hard drive to save the cookies locally.
I'm not so sure what happens to the dictionaries and user data. Some versions of CEF had issues and they stored them even when you used an empty cache.
If you set GlobalCEFApp.cache to an empty string it should use RAM memory to store the cache.
Set GlobalCEFApp.cookies to a directory in the hard drive to save the cookies locally.
I'm not so sure what happens to the dictionaries and user data. Some versions of CEF had issues and they stored them even when you used an empty cache.
-
- Posts: 112
- Joined: Wed Jul 01, 2020 10:22 am