GetWebCookie (open)
Get a cookie from the client
Syntax
LOADLIB "mod::system/lib/webserver.whlib";
STRING FUNCTION GetWebCookie(STRING name)
Parameters
STRING name
Name of the cookie
Return value
STRING
The contents of the cookie, or an empty string if no cookie with the specified name was submitted