Is Redirection Allowed for the session. Method analyzes the query string for special parameters to enable / disable redirects. Cookie is created to temporarily store those parameters so that they remain available till the interactions are active.

Namespace: DotNetNuke.Services.Mobile
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool IsRedirectAllowedForTheSession(
	HttpApplication app
)
Visual Basic
Public Function IsRedirectAllowedForTheSession ( 
	app As HttpApplication
) As Boolean

Parameters

app
Type: System.Web..::..HttpApplication
app - HttpApplication. Request and Response properties are used

Return Value

boolean - True if redirection

Implements

IRedirectionController..::..IsRedirectAllowedForTheSession(HttpApplication)

See Also