| Parameter | Description |
|---|---|
| sName | Name of the cookie key |
Function GetCookie String sName Returns String
| Call: | Get GetCookie sName to StringVariable |
GetCookie reads a cookie key using its name directly from the HTTP Header. Use SetCookie to update the cookie key.
Note that SetCookie is implemented as a client-action, which makes it asynchronous and GetCookie will not return the new value until the next call arrives.