# `Charon.SessionStore`
[🔗](https://github.com/weareyipyip/charon/blob/v4.3.0/lib/charon/session_store.ex#L1)

The persistent session store. See `Charon.SessionStore.Behaviour` for callbacks.
All functions delegate to the configured session store module.

Client applications should use this module to interact with the underlying implementation,
because this module takes care of session struct version upgrades as well.

---

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