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