Plumtree UI Infrastructure API  
 

Interpreter.CheckSessionAuth Method 

This helper method performs basic session authentication. It does not issue login challenges.

public static Redirect CheckSessionAuth(
   RequestData tempData
);

Parameters

tempData
The current request data.

Return Value

Redirect Any redirect generated by the login process.

See Also

Interpreter Class | com.plumtree.uiinfrastructure.interpreter Namespace