To keep the cookies and all the cache elements you need to set GlobalCEFApp.cache with a writable directory before the GlobalCEFApp.StartMainProcess call in the DPR file. Like this :
Code: Select all
GlobalCEFApp.cache := 'cache';
Code: Select all
GlobalCEFApp.cache := 'cache';