Uiinfrastructure API Docs  
 

LoginHelper.AttemptGuestLogin Method (Object, ISessionManager, ISessionManager, IApplication, String, IXPRequest, IWebData)

Attempts to create and connect a new user session. Calls Login PEIs. Note that this signature of AttemptGuestLogin will log in as the default guest user.

public LoginResult AttemptGuestLogin(
   object token,
   ISessionManager subSession,
   ISessionManager persistentSubSession,
   IApplication application,
   string strRequestURL,
   IXPRequest request,
   IWebData webData
);

Return Value

LoginResult the result of this login attempt.

See Also

LoginHelper Class | com.plumtree.uiinfrastructure.login Namespace | LoginHelper.AttemptGuestLogin Overload List