Uiinfrastructure API Docs  
 

AActivitySpace.GetSubSession Method 

Returns the subsession that the AActivitySpace can use to store cross-space data. This also provides access to the ASCache object (ASConstants.SANDBOXASCACHE). This SubSession is cleared of all data on logout.

public virtual ISessionManager GetSubSession();

Return Value

ISessionManager the subsession that the AActivitySpace can use to store cross-space data.

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace