Dynamo.HTTP.Session

Source

Functions 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.

Functions

configure_session(conn, key, value)

Configure the session.

Source

delete_session(conn, key)

Removes the session for the given key

Source

get_session(conn)

Gets the whole session.

Source

get_session(conn, key)

Returns the session for the given key.

Source

put_session(conn, key, value)

Puts the session for the given key.

Source