# Sandbox.Game.Cookies

```csharp
static CookieContainer Cookies { get; set; }
```

Allows access to the cookies for the current game. The cookies are used to store persistent data across game sessions, such as user preferences or session data.
Internally the cookies are encoded to JSON and stored in a file on disk.

Declared in [Sandbox.Game](/api/Sandbox.Game).
Assembly: `Sandbox.Engine`.
