Uiinfrastructure API Docs  
 

AActivitySpace.SetPersistentSubSession Method 

Sets the persistent subsession that the AActivitySpace can use to store cross-space data across multiple login/logout cycles. This SubSession will not be cleared on logout. This method must be called before Init();

public virtual void SetPersistentSubSession(
   ISessionManager session
);

Parameters

session

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace