Plumtree Portal UI  
 

ISSOIntegration.OnLogout Method 

Performs any logout actions required by the SSO product. This can include clearing cookies or redirecting to another web page that performs logout actions. If a redirect is performed, the other web page should redirect back to sReturnURL after performing the SSO logout. Note that this function is only called if the user clicks the logout link in the portal, not if their session times out or they close the browser window. This method must be thread safe.

bool OnLogout(
   IXPResponse response,
   string sReturnURL
);

Parameters

response
an IXPResponse value
sReturnURL

Return Value

true if a redirect is required, false otherwise

See Also

ISSOIntegration Interface | com.plumtree.portaluiinfrastructure.sso Namespace