This function returns a string uniquely identifying the connection in this server instance. It is usually a combination of server's port number and a serial number of the client.
The value returned is usually not useful in HTTP invocation context (VSP or SOAP), since consecutive requests by the same client will typically not be on the same connection the way the server sees it.
A VARCHAR connection identifier.