Plumtree PEIs  
 

PTLoginActions.OnAfterLogin Method 

This function will take a given userSession and grab all of the users personal settings and take care of caching them.

public virtual Redirect OnAfterLogin(
   object _oUserSession,
   ApplicationData _appData
);

Implements

ILoginActions.OnAfterLogin

See Also

PTLoginActions Class | com.plumtree.portalpages.pei Namespace | ILoginActions#OnAfterLogin