TSHttpSsnIdGet

Returns the unique identifier for client session.

Synopsis

#include <ts/ts.h>
int64_t TSHttpSsnIdGet(TSHttpSsn ssnp)

Description

TSHttpSsnIdGet() returns the unique identifier for this client session.

Return Values

Returns a int64_t as the unique ID

See also

TSAPI(3ts)