Plumtree UI Infrastructure API  
 

ILoginHelper.GetUserSessionID Method 

This method gets the user ID from the supplied user session object.

string GetUserSessionID(
   object userSession
);

Parameters

userSession

Return Value

String the user ID (return "" instead of null if necessary)

See Also

ILoginHelper Interface | com.plumtree.uiinfrastructure.login Namespace