set_cookie
Set a cookie on the current page by specifying its name, value, and optional path or domain to manage browser session state.
Instructions
Set a cookie on the current page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | No | / | |
| value | Yes | ||
| domain | No |