Skip to content

libcURL.cURLSession.SetCookie

Andrew Lambert edited this page Jan 8, 2023 · 4 revisions

libcURL.cURLSession.SetCookie

Method Signatures

 Function SetCookie(Name As String, Value As String, Domain As String, Expires As Date = Nil, Path As String = "", HTTPOnly As Boolean = False) As Boolean

Parameters

Name Type Comment
Name String The name of the cookie.
Value String The value of the cookie.
Domain String The domain of the cookie.
Expires Date Optional. If specified, the expiration date of the cookie.
Path String Optional. If specified, the remote path of the cookie.
HTTPOnly Boolean Optional. If specified, the HTTP only attribute of the cookie.

Return value

Returns true if the operation succeeded; if it returns false then check EasyHandle.LastError.

Remarks

Calls CookieEngine.SetCookie.

See also

Clone this wiki locally