clear method
void
clear()
Clears all clients and user associations from the session.
Implementation
void clear() {
_clients.clear();
_users.clear();
}
Clears all clients and user associations from the session.
void clear() {
_clients.clear();
_users.clear();
}