web.server.api.COOKIE

COOKIE is available since version 1.0.

Prototype:

array COOKIE();

Description:

Get the "COOKIE" variables into an array. array["variable"] will be "value"; See also POST, VARS and GET.

Return value:

Return an array containing all the COOKIE variables. The array will have as keys the variable names linked to the values.