Create a new session
Create a new session
the new Session to create
the newly created Session
Delete an existing session.
Delete an existing session.
the Session to be deleted
the deleted Session
Find a session by its session ID.
Find a session by its session ID.
the UUID of the session to lookup.
an Option[Session] if one was found
List all sessions for a given user ID.
List all sessions for a given user ID.
the UUID of the user to load sessions for.
a list of sessions for this user
Update an existing session
Update an existing session
the Session to update
the updated Session