Session-Handling Customization Process

Session-handling customization typically follows a standard process. The high-level steps outlined below should be followed for each session ID:
  1. Determine whether or not a session ID needs to be customized.
  2. Search for the first response (Web API call in a script) in which the session ID is sent from the server to the client.
  3. Parse the session ID in the response into a variable.
  4. Replace all occurrences of the hard-coded session ID in the script with the variable.