| Syntax |
|
| Documentation | Returns the value of the specified cookie:
default_value, the value to return if the named cookie does not exist.
|
| Examples | |
| username: <INPUT size=12 type=text NAME="Username" VALUE="$getCookie{Username}{}"> Result: if a cookie "Username" is set, the value appears in the textfield, otherwise nothing: username:<Cookie> |
|
| Group | Net |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_ADVANCED |
| Minimum parameters | 1 |
| Maximum parameters | 2 |