• Checks if a session exists for the given client ID.

    This function logs the method name if logging is enabled in the global configuration. It then delegates the session validation to the swarm.sessionValidationService.

    Parameters

    • clientId: string

      The unique identifier of the client session.

    Returns boolean