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

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

Handles the invalid session exception.

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

public static bool HandleInvalidSessionException(
	HttpContext context,
	CSException ex
)

Parameters

context
Type: System.WebHttpContext
The context.
ex
Type: ContentStudioCSException
The ex.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ContentStudio.Site.SiteBase.HandleInvalidSessionException(System.Web.HttpContext,ContentStudio.CSException)"]

See Also

Reference