web.server.api.CookieVar

CookieVar is available since version 1.0.

Prototype:

string CookieVar(string varname)

Parameters

varname
the cookie variable name

Description:

Gets a variable value from a cookie.

Return value:

Returns the value, or an empty string (if cookies are not set, or varname is not defined).