TSHttpSsnIdGet¶
Returns the unique identifier for client session.
Synopsis¶
#include <ts/ts.h>
Description¶
TSHttpSsnIdGet()
returns the unique identifier for this client session.
Return Values¶
Returns a int64_t
as the unique ID
See also¶
TSAPI(3ts)