NavEx.Adapters.Session (NavEx v0.1.7)

View Source

NavEx.Adapters.Session is adapter for keeping user's navigation history utilizing Plug.Conn session. Doesn't support LiveView sockets.

## Adapter config

adapter_config: %{
  history_key: "nav_ex_history" # name of the key in session where navigation history is saved
}

## This adapter supports only Plug.Conn - no LiveView support due to session usage. For LiveView sockets you have to use NavEx.Adapters.ETS.