PLTSessionID Property

 

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

 

Note: You must set the value of this property prior to calling the PltHead Method.

 

See Also:

PLTUserID Property

LogDataUserID Property

PltHead Method