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

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

Checks if a user session in Content Studio is valid.

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

public bool IsValidSession(
	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 to test. This value usually originates from a call to OpenSession(ConnectionId, Object).

Return Value

Type: Boolean
true if the passed in session identifier is valid, false otherwise.
See Also

Reference