suspend fun SessionStore.getAwait(cookieValue: String): Session?
Get the session with the specified ID.
cookieValue - the unique ID of the session
cookieValue
resultHandler - will be called with a result holding the session, or a failure
resultHandler