Share via


SPClickthroughUsageEntry.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 SPClickthroughUsageEntry
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 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

SPClickthroughUsageEntry Members

Microsoft.SharePoint.Administration Namespace