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.
hasSession(clientId:string):boolean
Parameters
clientId: string
The unique identifier of the client whose session is being validated.
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
.