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.

Staying logged in after restart

Post Reply
User avatar
salvadordf
Posts: 4052
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Staying logged in after restart

Post by salvadordf »

You only need to set a cache directory.

Add this before the GlobalCEFApp.StartMainProcess call in the DPR file :

Code: Select all

GlobalCEFApp.cache := 'my_custom_cache_path';
my_custom_cache_path can be a relative or absolute path to a writable directory.
Post Reply