Are you saying that a single session can handle one request at a time? So if I wanted to do 1000 req

Are you saying that a single session can handle one request at a time? So if I wanted to do 1000 requests in parallel, I would need to start 1000 separate sessions?
Was this page helpful?