Sessions

If the project has a UI folder in
Project view
that contains a user interface, the project must use a Presentation Engine that generates an interactive session.
An interactive session:
  • creates the start window for each interactive session.
  • displays an interactive user interface for the user at runtime.
  • contains the instances of graphic objects added at design time. Base instances of graphic objects on dynamic navigation logic, machine or project global status based on controller status, or session status for user permissions and session locale. The logic may be created through navigation panels, NetLogic, or even by showing and hiding objects.
A session is automatically generated every time you access an instance of the runtime session. For example, every time you access WebPresentationEngine, you create an independent session that is not attached to the NativePresentationEngine session.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.