project BLF > class Session

business class
inherited from Business Component

Description

An instance (no more than one) of the session component is started at startup of the navigation model. This instance will stay active as long as the navigation model stays open. It can be used to store session-wide data that must be available to multiple business components, like f.e. a login ID. The instance number of this instance will be available in all business components. No business component can be started without this session instance ID.


public data items


other data items


API methods


public methods


other methods