Plumtree UI Infrastructure API  
 

AActivitySpace.SetUserSession Method 

Set the user's Session. This is a generic object that can be used for different kinds of user sessions. For the portal it is an IPTSession. This will be called before Init() and CheckBasicAccess() are called.

public virtual void SetUserSession(
   object userSession
);

Parameters

userSession

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace