Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Event Folder | Summary of Elements in this Folder | pub.event:sessionExpireInfo
 
pub.event:sessionExpireInfo
WmPublic. Document type for sessionExpire event information.
Parameters
time
String Date and time that the event occurred. Given in the format yyyy/MM/dd HH:mm:ss.SS.
sessionID
String Session ID of the service firing the alarm.
rpcs
String Number of service calls the session has performed.
age
String Number of milliseconds the session existed before it expired.
Usage Notes
Use the watt.server.event.session.async server parameter to indicate whether Integration Server invokes event handlers for session events (sessionStart, sessionEnd, and sessionExpire) synchronously or asynchronously. When this parameter is set to true, Integration Server invokes event handlers that subscribe to the session events asynchronously. When this parameter is set to false, Integration Server invokes event handlers that subscribe to the session events synchronously. The default is true (asynchronous).