Session Management: How long the session is valid


  • @admin How long the session created by the API call api.generateSession(config.clientId, config.password) is valid? Does the API give any notification/event when the session expires? I am developing a a trading software that will continuously run as a service and I would like to know how the session is managed. If the session expiry is based on a time interval, I want to invalidate the current session and create a new one before the expiry interval. Please help!