# Set Cookie

![Set cookie Node](https://app.does.qa/screenshots/node/data_cookie_set.png)

## Basic Configuration

| Field        | Configuration                                   |
| ------------ | ----------------------------------------------- |
| Cookie Name  | Text                                            |
| Cookie Value | Text &/or [Values](https://docs.does.qa/values) |

***

## Advanced Configuration

| Field     | Configuration                                   |
| --------- | ----------------------------------------------- |
| Domain    | Text &/or [Values](https://docs.does.qa/values) |
| Expiry    | Text &/or [Values](https://docs.does.qa/values) |
| HTTP Only | `true`, `false` (default)                       |
| Path      | Text &/or [Values](https://docs.does.qa/values) |
| Same Site | `None`, `Lax` (default), `Strict`               |
| Secure    | `true`, `false` (default)                       |

***

**Tags:** `data`, `cookie`, `set`, `save`, `add`
