httpGetCookie

Description

Retrieves the value of the specified cookie (if existing) from the latest HTTP response.

Parameters

Return Type

String

Example

string cookieVal = httpGetCookie("sessionToken");

See also