# Sandbox.CookieContainer

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Methods

- [`Get`](/api/Sandbox.CookieContainer/Get): Load JSON encodable data from cookies
- [`GetString`](/api/Sandbox.CookieContainer/GetString): Get a stored session cookie.
- [`Remove`](/api/Sandbox.CookieContainer/Remove): Removes a cookie from the cache entirely
- [`Set`](/api/Sandbox.CookieContainer/Set): Set JSON encodable object to data
- [`SetString`](/api/Sandbox.CookieContainer/SetString): Set a cookie to be stored between sessions. The cookie will expire one month from when it was set.
- [`TryGet`](/api/Sandbox.CookieContainer/TryGet)
- [`TryGetString`](/api/Sandbox.CookieContainer/TryGetString): Get a stored session cookie.
