SiteBaseCS_UserSessionId Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets value that identifies the caller's session. For authenticated callers the value is randomly generated for each new session opened and unique for each caller on a particular web site. For anonymous (not authenticated) callers this value always is CS_ANONYMOUS_SESSION_IDENTIFIER.

Namespace: ContentStudio.Site
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public SessionId CS_UserSessionId { get; }

Property Value

Type: SessionId
Remarks

This value typically is retrieved from a call to the OpenSession of the AuthenticationBase class, unless the caller is anonymous.
See Also

Reference