SPRatingUsageEntry.BrowserSessionId Property
Gets or sets the browser session ID.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property BrowserSessionId As String
Get
Set
'Usage
Dim instance As SPRatingUsageEntry
Dim value As String
value = instance.BrowserSessionId
instance.BrowserSessionId = value
public string BrowserSessionId { get; set; }
Property Value
Type: System.String
The browser session ID.
Remarks
The BrowserSessionId property is a non-persistent session ID. Each time a user closes a browser, the non-persistent session cookie is destroyed, and when the same user opens a new browser window, the session is logged as a different browser session ID. This behavior is required since the system may not always be able to get a persistent user ID.
For Microsoft SharePoint Server 2010, user logging may be disabled for privacy reasons.
For behaviors within different tabs in the same browser, they are logged with the same browser session ID.
The system uses the maximum number of clicks, queries, and other user inputs for a given browser session for spam detection.