add_cookie
Add a cookie to the current page's domain, specifying name, value, and optional attributes like path, domain, expiry, secure, httpOnly, and sameSite.
Instructions
Add a browser cookie for the current page domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | No | ||
| value | Yes | ||
| domain | No | ||
| expiry | No | ||
| secure | No | ||
| httpOnly | No | ||
| sameSite | No |