Re: Problem with cookies and passwords
Posted: Sun Aug 12, 2018 10:46 am
All the demos use "in-memory" cache.
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 :
The DPR file in the SimpleBrowser demo has all this code inside a comment.
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';