abstract fun removeSession(sessionId: String): Mono<Void>
Remove the WebSession for the specified id.
sessionId - the id of the session to remove
sessionId
Return a completion notification (success or error)