# `Mirage.Session`
[🔗](https://github.com/sodapopcan/mirage/blob/main/lib/mirage.ex#L11)

State container for a test.

# `t`

```elixir
@type t() :: %Mirage.Session{
  ast: any(),
  bookkeeping: bookkeeping(),
  mounted_cid: term(),
  page: any(),
  page_module: module(),
  params: map(),
  scope: tuple() | nil,
  server: any()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
