UserIDCookieName Property (.NET)

 

Type: String

 

This property is used in conjunction with BrowserHawk’s Page Load Time (PLT) technology to associate a user ID with their collected PLT data.

 

Set this property to the name of a cookie that already resides on the user’s machine. BrowserHawk will then retrieve the value stored in the cookie name specified, and insert that value into the UserID column in the database, along with the recorded PLT data.

 

For example, assume that for each visitor to your site you have a cookie set in the browser called "PersonID" which contains a unique user identifier for the user in that cookie. To have BrowserHawk automatically associate the logged PLT data this this user ID, you simply pass "PersonID" as the name of the cookie that BrowserHawk should retrieve the user ID information from.

 

See Also:

SessionID Property (.NET)

UserID Property (.NET)

LogOptions UserID Property (.NET)

LogOptions UserIDCookieName Property (.NET)

PltHead Method (.NET)

GetPltHead Method (.NET)