| This object is sent from the client to the server when the client wants to delete
a Session. The server will respond by looking up the Session, determine if the
requestor is the owner, and make sure there are no conusumers in the Session, then
delete the session from the tree, close any open sockets, and notify all clients.
|