RequestContextSettingsPersistSessionCookies Property  | 
Version 106.0.290 
            To persist session cookies (cookies without an expiry date or validity
            interval) by default when using the global cookie manager set this value to
            true. Session cookies are generally intended to be transient and most
            Web browsers do not persist them. Can be set globally using the
            CefSettings.PersistSessionCookies value. This value will be ignored if
            CachePath is empty or if it matches the CefSettings.CachePath value.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 106.0.290.0
Syntaxpublic bool PersistSessionCookies { get; set; }public:
property bool PersistSessionCookies {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also