httpGetCookie
Syntax | httpGetCookie(cookieName) | Package | http |
Alias |
| Pkg Usage | getCookie(cookieName) |
Description
Retrieves the value of the specified cookie (if existing) from the latest HTTP response.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
cookieName | String | Yes | The name of the cookie. |
Return Type
String
Example
string cookieVal = httpGetCookie("sessionToken");See also
Peacock
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.
