Uiinfrastructure API Docs  
 

ILoginHelper.AttemptGuestLogin Method (Int32, Object, ISessionManager, IApplication, String)

Multiple-guest-user support. Attempts to create a new user session and connect as the given guest user.

object AttemptGuestLogin(
   int nUserID,
   object token,
   ISessionManager session,
   IApplication application,
   string sRequestURL
);

Return Value

a valid guest userSession

See Also

ILoginHelper Interface | com.plumtree.uiinfrastructure.login Namespace | ILoginHelper.AttemptGuestLogin Overload List