clear method

void clear()

Clears all clients and user associations from the session.

Implementation

void clear() {
  _clients.clear();
  _users.clear();
}