component setcookie - assimbly/gateway GitHub Wiki
Sets a browser cookie.
Path
Name of the cookie
Options
| Name | Description | Default | Type |
|---|---|---|---|
| domain | The domain on which the cookie was available. | org.assimbly | String |
| value | The value to set on the cookie. | String | |
| path | The path for which the cookie should be valid. | String | |
| isSecure | Only allow this cookie for encrypted connections (HTTPS). | false | String |