Dynamo.HTTP.Session
SourceFunctions summary
| configure_session(conn, key, value) | Configure the session. |
| delete_session(conn, key) | Removes the session for the given key |
| get_session(conn) | Gets the whole session. |
| get_session(conn, key) | Returns the session for the given key. |
| put_session(conn, key, value) | Puts the session for the given key. |