Uiinfrastructure API Docs  
 

ApplicationData.GetPersistentSubSession Method 

This method returns the persistent sub session. This persistent sub session will not be cleared on logout. You should use the regular SubSession unless you have a specific reason to use this persistent sub session.

public virtual ISessionManager GetPersistentSubSession();

Return Value

ISessionManager

See Also

ApplicationData Class | com.plumtree.uiinfrastructure.login Namespace