how can I do for folder profile be more « lite ».
When I have few hundred of profile to export on an other computer, It’s difficile because of weight of each profile.
Profile folders work only on one particular computer (where you created them), if you transfer on another PC they won't work.
There is no way to make them lighter without compromising profile.
Really no chance to get them working on another computer? For example if we "feed up" profiles on one server and use the ready made profiles (including all the collected cookies and cache data) on another server, they won't work!?
And this issue does not exist with files profiles (filename.zpprofile), but they can't be used with the Chromium engine?
Really no chance to get them working on another computer? For example if we "feed up" profiles on one server and use the ready made profiles (including all the collected cookies and cache data) on another server, they won't work!?
And this issue does not exist with files profiles (filename.zpprofile), but they can't be used with the Chromium engine?
Profile folders work only on a PC they are generated.
You can export cookies separately and transfer to another PC profile folder.
But you never know what data they encode in cookies, so the best way is to generate a new profile folder on a new PC.
Profile folders work only on a PC they are generated.
You can export cookies separately and transfer to another PC profile folder.
But you never know what data they encode in cookies, so the best way is to generate a new profile folder on a new PC.
So with profile folders it's not possible to bulk create accounts and sell them including the profile folder so the buyer stays logged in into the accounts?
Or is ith enough to just export the cookies from the accounts (e.g. in JSON format) and hand it over to the buyer so he is logged in and can use the account?
So with profile folders it's not possible to bulk create accounts and sell them including the profile folder so the buyer stays logged in into the accounts?
Or is ith enough to just export the cookies from the accounts (e.g. in JSON format) and hand it over to the buyer so he is logged in and can use the account?
There is. You can export just cookies and save them. Use C# code: return instance.GetCookie("google.com", true);
And replace google.com with a domain you want cookies from.
You still have to test it how it works with your site as this is not full profile where those cookies were used and generated.
But it should help with staying logged in.