Set Cookie Node
Set a cookie in the browser
Parameters
| Label | Value Type | Description |
|---|---|---|
| Cookie Name | ValueInput | Name of the cookie |
| Cookie Value | ValueInput | Value of the cookie |
| Cookie Domain | ValueInput | Domain associated with the cookie |
| Cookie Path | ValueInput | Path associated with the cookie |
| Cookie Expiration Date | ValueInput | Expiration date of the cookie |
| Cookie URL | ValueInput | URL associated with the cookie |
| Cookie HttpOnly | ValueInput | Whether the cookie is HttpOnly |
| Cookie Secure | ValueInput | Whether the cookie is secure |
| Cookie StoreId | ValueInput | Store ID associated with the cookie |