| Syntax |
|
| Documentation | Sets the value of the specified cookie:
value, the new value of the specified cookie.
|
| Examples | |
setCookie( "Password", "guest") Result: opens the script environment, sets the cookies "username" and "password" for the current user to the value "guest", "guest" on the client machine, closes the script evironment |
|
| Group | Net |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_ADVANCED |
| Minimum parameters | 2 |
| Maximum parameters | 3 |