Uiinfrastructure API Docs  
 

ILoginControl.DoGetSession Method 

This method is called by the Interpreter to determine whether or not to subsequently call GetSession and perform login/logout code. If this returns false, the session will remain unchanged.

bool DoGetSession();

Return Value

boolean true implies GetSession() will be called

See Also

ILoginControl Interface | com.plumtree.uiinfrastructure.activityspace Namespace