README.md
# Raxx.Session
**Manage HTTP cookies and storage for persistent client sessions.**
[](https://hex.pm/packages/raxx_session)
[](LICENSE)
- [Install from hex.pm](https://hex.pm/packages/raxx_session)
- [Documentation available on hexdoc](https://hexdocs.pm/raxx_session)
- [Discuss on slack](https://elixir-lang.slack.com/messages/C56H3TBH8/)
## Usage
See `Raxx.Session` for usage and examples.
## Plug sessions
This library uses the `Plug.Crypto` module.
Sessions from Plug applications can be verified in Raxx applications, and visa versa,
if setup with the same configuration.