Uiinfrastructure API Docs  
 

AActivitySpace.GetPersistentSubSession Method 

Returns the persistent subsession that the AActivitySpace can use to store cross-space data for use across multiple login/logout cycles. This SubSession is not cleared of its data on logout, so be sure not to cache anything on this session that could be considered a security risk if it was leaked to another user. Most developers should use the normal subsession (GetSubSession()) for cross-space data storage. This is currently only used when editing the default profiles.

public virtual ISessionManager GetPersistentSubSession();

Return Value

ISessionManager the persistent subsession that the AActivitySpace can use to store cross-space data across multiple login/logout cycles.

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace