LogOptions SessionID Property (.NET)

 

Type: String

 

This property is used in conjunction with the LogData and GetLogData methods to associate a session 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 session. For example:

 

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

 ORDER BY LastUpdate

 

See Also:

LogOptions UserID Property (.NET)

About BrowserHawk Reports

LogData Method (.NET)