Plumtree UI Infrastructure API  
 

ApplicationData.GetSubSession Method 

This method returns the sub session. This sub session will be cleared on logout, and therefore is a good place for storing variables needed for the lifetime of the user session.

public virtual ISessionManager GetSubSession();

Return Value

ISessionManager

See Also

ApplicationData Class | com.plumtree.uiinfrastructure.login Namespace