# generateCookie

**Kind:** Function

**Source:** [`src/helper/cookie/index.ts`](https://github.com/honojs/hono/blob/main/src/helper/cookie/index.ts#L78)

**Part of:** [Helper](subsystem-src-helper)

## Signature

```ts
function generateCookie(name: string, value: string, opt: CookieOptions): string
```

## Parameters

| Name | Type |
|---|---|
| `name` | `string` |
| `value` | `string` |
| `opt` | `CookieOptions` |

**Returns:** `string`
