All Commands
All Other
Commands
COOKIE_SET
Set a cookie on the users machine to the specified value.
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | name | String | The name of the cookie to set | |
2 | life | 86400 | Integer | The life of the cookie in seconds. The default is 86400 or 1 day. |
3 | value | String | The value to set | |
4 | path | / | String | The cookie path |
5 | domin | String | The cookie domain |