@Nullable abstract fun getSession(sessionId: String): SimpSession
Look up the session for the given id.
sessionId - the session id
sessionId
Return the matching session, or null if none found
null