Customizing Session Handling

The following steps are required to customize session handling.

Refer to TrueLog Explorer Help for detailed information.

  1. Identify the session ID that needs to be customized.
  2. Search for the first response (Web API call in the script) in which the session ID is sent from the server to the client.
  3. Parse out the session ID from the found response of the Web API call into a variable.
  4. Replace all occurrences of the hard coded session ID in the script with this variable.