We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
get_session() -> [] | [{atom, binary()}]
get_session(key :: atom()) -> [] | binary()
set_session_val(key :: atom(), val :: binary()) -> :ok.