Active the page with keep alive, so that authentication will not expire.

Namespace: DotNetNuke.Framework
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void KeepAlive(
	Page page
)
Visual Basic
Public Shared Sub KeepAlive ( 
	page As Page
)

Parameters

page
Type: System.Web.UI..::..Page
The page instance.

See Also