session_set_cookie
Set browser cookies with custom name, value, domain, path, and security flags to manage sessions during automated browser testing and security assessments.
Instructions
Set a cookie in the browser
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Cookie name | |
| value | Yes | Cookie value | |
| domain | No | Cookie domain | |
| path | No | Cookie path | / |
| secure | No | Secure flag | |
| http_only | No | HttpOnly flag |