Plumtree UI Infrastructure API  
 

LoginHelper.SetAutologinToken Method 

Call this method to set an autologin token for the user.

public void SetAutologinToken(
   IWebData oWebData,
   IXPRequest xpRequest,
   object oUserSession,
   int nExpires,
   bool bIsPersistentCookie
);

Parameters

oWebData
xpRequest
oUserSession
nExpires
cookie and token expiration time in seconds. -1 means use default value.
bIsPersistentCookie
false means don't set an expires time (expire at end of session).

See Also

LoginHelper Class | com.plumtree.uiinfrastructure.login Namespace