Checks if a user with the given ID has active sessions.
bool existUser(String userId) { return _users.containsKey(userId); }