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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

How to disable saving temporary files

Post Reply
andreykrasnodar
Posts: 112
Joined: Wed Jul 01, 2020 10:22 am

How to disable saving temporary files

Post by andreykrasnodar »

I want Chromium to disable to save on hard drive everything (dictionaries, history, cache, locales etc.) except cookies. Is that possible?
User avatar
salvadordf
Posts: 4575
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: How to disable saving temporary files

Post by salvadordf »

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.
andreykrasnodar
Posts: 112
Joined: Wed Jul 01, 2020 10:22 am

Re: How to disable saving temporary files

Post by andreykrasnodar »

Thanks.
Post Reply