$_COOKIE | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | $_COOKIE is an array variable that contains the data for all cookies set in the visiting browser. |
Introduced | 4.6.4 |
OS | mac, windows, linux |
Platforms | server |
Example |
|
Related | Command: put cookie Keyword: $_GET_BINARY, $_SERVER, $_POST, $_POST_BINARY, $_GET, $_POST_RAW, $_GET_RAW |
Description | Use the $_COOKIE keyword to access the array containing the data for cookies sent by the visiting browser, for the given URL. $_COOKIE is only available when running in CGI mode (Server). For more information on cookies and how to set them, see put cookie. |