Sessions
In KCM ComposerUI, the sessions that hold the information about a single Master Template run are open. They can be accessed from any KCM Core script that runs within the context of a session:
- Key/value pairs can be stored in a session and retrieved at a later time; any script can do this, as long as it runs in the context of the specific session.
- The parameters that define KCM ComposerUI Master Template run are stored as special key/value pairs in the session. See KCM CoreScripting Language Guide for more information on sessions, which use a KCM Core concept and are not specific to KCM ComposerUI.