Replies: 1 comment
-
As per https://github.com/cefsharp/CefSharp/wiki/General-Usage#need-to-knowlimitations you need to set CefSettings.CachePath
See https://github.com/cefsharp/CefSharp.MinimalExample for a working example (this is always kept up to date). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
C# .net FrameWork4.7.2 CefSharp 110.0.300.0
We will place one Chromiumwebbrowser in Form.
If I log in to Yahoo with the Chromiumwebbrowser, I want to maintain the session the next time I run it.
I assume it uses cookies, but how should I implement this?
I'm looking for sample sources, but I couldn't run them because it seems some functions are no longer supported in CefSharp 110.0.300.0.
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions