# Sandbox.Internal.GlobalToolsNamespace.EditorCookie

```csharp
static CookieContainer EditorCookie { get; set; }
```

Until the editor boots and installs the real disk-backed containers, these fall back
to in-memory ones, so code that persists preferences works (without persisting) in
headless contexts like unit tests.

Declared in [Sandbox.Internal.GlobalToolsNamespace](/api/Sandbox.Internal.GlobalToolsNamespace).
Assembly: `Sandbox.Tools`.
