Re: Staying logged in after restart
Posted: Tue Jan 15, 2019 12:55 pm
You only need to set a cache directory.
Add this before the GlobalCEFApp.StartMainProcess call in the DPR file :
my_custom_cache_path can be a relative or absolute path to a writable directory.
Add this before the GlobalCEFApp.StartMainProcess call in the DPR file :
Code: Select all
GlobalCEFApp.cache := 'my_custom_cache_path';