CefCookieManager SetStoragePath Method Xilium.CefGlue

[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.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public bool SetStoragePath(
	string path,
	bool persistSessionCookies
)

Parameters

path
Type: OnlineSystem String

[Missing <param name="path"/> documentation for "M:Xilium.CefGlue.CefCookieManager.SetStoragePath(System.String,System.Boolean)"]

persistSessionCookies
Type: OnlineSystem Boolean

[Missing <param name="persistSessionCookies"/> documentation for "M:Xilium.CefGlue.CefCookieManager.SetStoragePath(System.String,System.Boolean)"]

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:Xilium.CefGlue.CefCookieManager.SetStoragePath(System.String,System.Boolean)"]

See Also