Session Management across Multiple Requests - EcoSys - Customization & Programming - Hexagon PPM

EcoSys Web Service API Usage Documentation

Language
English
Product
EcoSys
Search by Category
Customization & Programming
EcoSys Version
9.0

Every authenticated request's session will be logged out by default (at the end of that request) and further requests will require re-authenticating.

It is recommended to re-use the same session across multiple requests to optimize server performance.

The following cab be set to keep the session alive across multiple requests:

  • Append the parameter '_logoutSession=false' to the request URL

    http://prod.ecosys.com/ecosys/api/...&_logoutSession=false

  • For SOAP requests, set the 'LogoutSession' token to 'false'

    <SampleOptions>

    . . .

    <LogoutSession>false</LogoutSession>