Plumtree PEIs  
 

ILoginActions.OnBeforeLogout Method 

This function allows for some functionality to occur once the user has clicked on the Logoff link. This is not called when the guest user is logged off in order to log in a normal user. This method is also not called when a user session is timed out by the application server. It is only called when a user clicks directly on the logout link.

Redirect OnBeforeLogout(
   object _oUserSession,
   ApplicationData _appData
);

Parameters

_oUserSession
- Session object for the current user
_appData
- This parameter provides access to some of the application data that would normally be available through the current Activity Space

Return Value

Redirect - Location that the User will be redirected after the functionality has completed.

See Also

ILoginActions Interface | com.plumtree.uiinfrastructure.pei Namespace