---
title: "Lucia.createBlankSessionCookie()"
---

# `Lucia.createBlankSessionCookie()`

Method of [`Lucia`](/reference/main/Lucia). Creates a new cookie with a blank value that expires immediately to delete the existing session cookie.

## Definition

```ts
//$ Cookie=/reference/cookie/Cookie
function createBlankSessionCookie(): $$Cookie;
```
