Uiinfrastructure API Docs  
 

LoginHelper.GetAutologinCookie Method 

Call this method to obtain an autologin token from the request.

public XPCookie GetAutologinCookie(
   IXPRequest request
);

Parameters

request
IXPRequest

Return Value

XPCookie cookie containing the login token. Null if no cookie is available. Returns null if cookie is defunct/invalid.

See Also

LoginHelper Class | com.plumtree.uiinfrastructure.login Namespace