SPRatingUsageEntry.BrowserSessionId property
NOTE: This API is now obsolete.
Gets or sets the browser session ID.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")> _
Public Property BrowserSessionId As String
Get
Set
'Usage
Dim instance As SPRatingUsageEntry
Dim value As String
value = instance.BrowserSessionId
instance.BrowserSessionId = value
[ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")]
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.