AuthenticationBaseCloseSession Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Closes a user's own Content Studio session.

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

public void CloseSession(
	ConnectionId connectionId,
	SessionId sessionId
)

Parameters

connectionId
Type: ContentStudioConnectionId
A value that identifies the web site.
sessionId
Type: ContentStudio.SecuritySessionId
A value that identifies the user's session. This value usually originates from a call to OpenSession(ConnectionId, Object).
Content Studio permissions

Any authenticated user can call the CloseSession method.
Remarks

To close the session for any user use the CloseUserSession(ConnectionId, SessionId, Int32) method.
See Also

Reference