Uiinfrastructure API Docs  
 

ILoginControl.GetSession Method 

This method is called by the Interpreter after calling Execute on the LoginControl. The User Session returned will be stored on the user's HTTPSession. If null is returned, the user's session will be removed from the HTTPSession for logout.

object GetSession();

Return Value

Object null implies logoff session implies login as this session

See Also

ILoginControl Interface | com.plumtree.uiinfrastructure.activityspace Namespace