endSession(String
sessionID)The endSession method marks the end of the runtime session. When the runtime server receives this method, the runtime server logs to history, clears memory, and so on.
sessionID — Unique string identifying the session.If the endSession method is not called, runtime sessions timeout. The timeout period is configurable with the sessionTimeout property.
The runtime server responds to the endSession method with the Response object with the following attributes populated:
The following example shows the endSession method and how you can parse the response. sessionId is the same string to identify the session used by the startSession call which started this session.
IBM Unica Interact
8.5.0
|
Copyright IBM Corporation 2011. All Rights Reserved.
|
For more information, see our support and community site: Customer Central
|
|