|
|
 |
 |
| GetWebCookie |
| |
Get a cookie from the client |
| |
| Library |
 |
module::system/webserver.whlib |
| |
| Syntax |
 |
PUBLIC STRING FUNCTION GetWebCookie (STRING name) |
| |
| Parameters |
 |
| name |
 |
Name of the cookie |
 |
|
| |
| Returns |
 |
The contents of the cookie, or an empty string if no cookie with the specified name was submitted |
| |
|
|
|
|