Matthias Dunda writes: > can I drop/close the old client after creating the sudoClient and > joining the other session? Yup. client.closeSession() should be called first to clean up the server-side session for the administrator, but the two client objects are not in any way dependent on one another. ~J.