Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Flow Folder | Summary of Elements in this Folder | pub.flow:getSession
 
pub.flow:getSession
WmPublic. Inserts the Session object into the pipeline as a document named $session.
Session is useful for associating values with particular clients or users. Once $session is added to the pipeline, it can be used like any other document in a flow. This permits more powerful flows that perform work spanning several user requests.
Input Parameters
None.
Output Parameters
$session
Document Information for the current user session. Setting, copying, or dropping fields within $session is effectively manipulating the Session object on the server.