loggedInConnections.add(hostPort);
} catch (TerminateSessionException e) {
log.error("Login handler has terminated the session", e);
sendErrorMessage(e.getMessage(), hostPort);
gateway.closeConnection(hostPort);
throw new MessageListenerHaltException();
}
}