What is the difference of SessionID and ClientID?

What is the different between SessionID and ClientID, from a Remote Service perspective?

It seems they have the same value all the time?

Hi,

Session is initialized with ClientID value:

fSession := fSessionManager.CreateSession(ClientID);

so Session.SessionID and ClientID have the same value.

1 Like