[This is preliminary documentation and is subject to change.]
Sets the directory path that will be used for storing cookie data. 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 false if cookies cannot be accessed.
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.SetStoragePath(System.String,System.Boolean)"]
- persistSessionCookies
- Type: System Boolean
[Missing <param name="persistSessionCookies"/> documentation for "M:Xilium.CefGlue.CefCookieManager.SetStoragePath(System.String,System.Boolean)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Xilium.CefGlue.CefCookieManager.SetStoragePath(System.String,System.Boolean)"]
See Also