cookie_set
Set a cookie on the browser using name, value, and domain parameters. Optionally configure path, secure, and http-only flags.
Instructions
Set a cookie on the browser.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| value | Yes | ||
| domain | Yes | ||
| path | No | / | |
| secure | No | ||
| http_only | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |