pub.event:sessionEnd
WmPublic. Specification for sessionEnd event handlers.
Input Parameters
time | String Date and time that the event occurred, 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 ended. |
Output Parameters
None.
Usage Notes
Remember to register your handler with the Event Manager.
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).