• 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 whose session is being validated.

    Returns boolean

    true if the session exists, otherwise false.