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.

History and cache

Hitman
Posts: 73
Joined: Sat May 20, 2017 11:08 am

Re: History and cache

Post by Hitman »

Thanks!
I do not have "Preferences" in my browser application.

I just need to figure out how to prevent cache and cookies and all kind of data.
Hitman
Posts: 73
Joined: Sat May 20, 2017 11:08 am

Re: History and cache

Post by Hitman »

Okay,
the way i see it,
i need to set the following values into my app as default,
Chromium1.CustomHeaderName := "Cache-Control";
Chromium1.CustomHeaderValue := "no-cache";

My question will be,
any ideas how i could add these as default to make sure nothing is stored?
User avatar
salvadordf
Posts: 4057
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: History and cache

Post by salvadordf »

Add those lines right before you load the first URL.

If you have multiple browsers in your app you will have to add those lines to all of them.
Post Reply