SPClickthroughUsageEntry.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("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Property BrowserSessionId As String
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As String
value = instance.BrowserSessionId
instance.BrowserSessionId = value
[ObsoleteAttribute("Query click through 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 browser session ID is non-persistent. Every time a user closes a browser, the non-persistent session cookie gets destroyed. The next time the same user opens a new browser window, the session is logged as a different browser session ID.
See also
Reference
SPClickthroughUsageEntry class