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