LogOptions UserID Property (.NET)

 

Type: String

 

This property is used in conjunction with the LogData and GetLogData methods to associate a user ID with the collected browser and system data. The value you set for this property will be inserted in the SessionID column in the database, along with the recorded browser and system information for the visitor.

 

This enables you to later retrieve data recorded from a specific user. For example:

 

 SELECT * FROM [dbowner].BHSTATS WHERE userID = ’r;x’

 ORDER BY LastUpdate

 

See Also:

LogOptions SessionID Property (.NET)

About BrowserHawk Reports

LogData Method (.NET)