From the week commencing 10th May, we'll be making a change to reduce the current default session expiry time from 24 to 12 hours.
Customers should continue to follow the below best practice when creating new or managing existing login sessions:
Customers should continue to follow the below best practice when creating new or managing existing login sessions:
- Logins sessions will last up to 12 hours by default and you should use Keep Alive to extend the session beyond the stated session expiry time.
- A single session can be used across multiple API calls/threads simultaneously. Please note: you do not & should not make a new log-in request for every API call.
- You should ensure that you handle the INVALID_SESSION_TOKEN error within your code by creating a new session token via the API login method.
Comment