6 Aug
2007
6 Aug
'07
8:05 a.m.
Arran Cudbard-Bell wrote:
I was wondering if it was possible / easy , to make RowID available as the request attribute Client-Uniqueid.
If it can be returned from an SQL query, sure.
We could use Pcket-Src-Ip-Address , but as the IP address in the database in split into four fields (ip1,ip2,ip3,ip4) , one for each octet, it requires the address to be split using a regular expression, prior to querying (which is not exactly an ideal solution).
That's not hard to do, and doesn't take too much CPU time. Alan DeKok.