SessionID Property (.NET)

 

Type: String

 

This property is used in conjunction with BrowserHawk’s Page Load Time (PLT) technology to associate a session ID with the collected PLT data. The value you set for this property will be inserted in the SessionID column in the database, along with the recorded PLT data.

 

This enables you to later retrieve PLT details about each page request made during a particular session. For example:

 

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

 ORDER BY LastUpdate

 

See Also:

UserID Property (.NET)

LogOptions UserID Property (.NET)

PltHead Method (.NET)

GetPltHead Method (.NET)