---
title: ID
summary: null
url: https://www.fastly.com/documentation/reference/vcl/types/id
---

Identifier. For example, see the first argument for `setcookie.get_value_by_name()`:

```vcl
set resp.http.MyValue = setcookie.get_value_by_name(resp, "myvalue");
```
