fun findSessionById(id: String): Session?
Finds and returns the session with the given id. Returns null if no matching session could be found.