SessionManagerOpenSession Method (ConnectionId, Object) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Opens a new Content Studio session or returns the current session if it is still valid.

Namespace: ContentStudio.Security
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public override int OpenSession(
	ConnectionId connectionId,
	Object token
)

Parameters

connectionId
Type: ContentStudioConnectionId
A value that identifies the web site
token
Type: SystemObject
Ignored with the current implementation of the windows authentication, pass null.

Return Value

Type: Int32
An identifier to the caller's Content Studio session
Remarks

On a Content Studio Web site a user's session identifier, is always available in the CS_UserSessionId property. For this reason there is no meaning to open a session using this method from within a Content Studio Web page.
See Also

Reference