BasePageStandard CheckHasTimedOut Method A Sandcastle Documented Class Library
Check to see if the current session has timed out.

Namespace: P4s3Web.BasePageStandardLib
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool CheckHasTimedOut(
	HttpSessionState Session
)

Parameters

Session
Type: System.Web.SessionState HttpSessionState

Return Value

Type: Boolean
See Also