Uiinfrastructure API Docs  
 

LoginHandlers.IsLoginOccurredCookiePresent Method 

This helper method determines whether or not the login occurred cookie is present.

public static bool IsLoginOccurredCookiePresent(
   IXPRequest request
);

Parameters

request

Return Value

boolean true implies the cookie is present.

See Also

LoginHandlers Class | com.plumtree.uiinfrastructure.activityspace.utils Namespace