Hi,

I have a need to determine the connection details of the client and TS as part 
of the HTTP session hook. This will allow further plugin activity to be 
determined based on a decision making process at the start of the session 
rather than for each individual HTTP transaction.

I can see that with a TSHttpTxn I can utilise API calls such as 
TSHttpTxnClientAddrGet and TSHttpTxnIncomingAddrGet in order to retrieve the 
information, but I see no equivalents for use with a TSHttpSsn (I would have 
expected to see equivalents such as 
TSHttpSsnClientAddrGet/TSHttpSsnIncomingAddrGet.

Is there a way for me to get this information for the HTTP session through the 
plugin API as it would seem logical that the connection information would be 
known at this point in time.

Cheers,

Maurice

Reply via email to