Hi, I'd like to add TSHttpSsnInfoIntGet to TS API. The API documentation is on the PR below: https://github.com/apache/trafficserver/pull/10627
We currently have a similar function, TSHttpTxnInfoIntGet, for transactions, and the new API would be one for sessions. The function signature is basically the same as the one for transactions but it receives values for sessions. And I added an optional parameter, sub_key, for extra flexibility. I feel like we had some discussion about experimental.h but I don't remember the details. Are we going to remove it, or was that we just wanted to do cleanup? I put the new API into experimental.h because I'm not too sure if the sub_key fits well for other use cases of the API. Thanks, Masakazu