Skip to content
0xAX edited this page Oct 15, 2013 · 2 revisions

Module Weber.Session API

Function Details

get_session/0

get_session() -> [] | [{atom, binary()}]

get_session/1

get_session(key :: atom()) -> [] | binary()

set_session_val/2

set_session_val(key :: atom(), val :: binary()) -> :ok.