[This is preliminary documentation and is subject to change.]
Creates a new cookie manager. If |path| is empty data will be stored in
memory only. Otherwise, data will be stored at the specified |path|. To
persist session cookies (cookies without an expiry date or validity
interval) set |persist_session_cookies| to true. Session cookies are
generally intended to be transient and most Web browsers do not persist
them. Returns NULL if creation fails.
Namespace: Xilium.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- path
- Type: System String
[Missing <param name="path"/> documentation for "M:Xilium.CefGlue.CefCookieManager.Create(System.String,System.Boolean)"]
- persistSessionCookies
- Type: System Boolean
[Missing <param name="persistSessionCookies"/> documentation for "M:Xilium.CefGlue.CefCookieManager.Create(System.String,System.Boolean)"]
Return Value
Type: CefCookieManager[Missing <returns> documentation for "M:Xilium.CefGlue.CefCookieManager.Create(System.String,System.Boolean)"]
See Also