View Source Charon.SessionStore.LocalStore (Charon v3.2.0)
An in-memory persistent session store, implements behaviour Charon.SessionStore
.
In addition to the required callbacks, this store also provides get_all/3
and delete_all/3
(for a user) functions.
Usage
Add this store to your supervision tree to use it.
children = [
Charon.SessionStore.LocalStore
]
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.