Jidoka.Session.Store.InMemory (Jidoka v0.9.0)

Copy Markdown View Source

In-memory session store for tests, examples, and local exploration.

The store is an Agent process containing session data keyed by session id. It is intentionally small and makes no persistence guarantees.

Summary

Functions

Starts a process-local session store.

Functions

start_link(opts \\ [])

@spec start_link(keyword()) :: Agent.on_start()

Starts a process-local session store.