Forum Discussion
2 Replies
Hi Dsonntag_16,
Does your response contain the session ID? I suggest that you explore it in detail.
Once you find the node containing the session ID, you can use its value in another request via Get Data or save the value to a property and use in another place in your project. You can use Property Transfer to the last one
- AntonE
Alumni
Hi Dsonntag_16,
If your session cookies are returned in Set-Cookie header in the response, they can be transferred in subsequent requests within the same test case automatically. For that you have to set option "Maintain HTTP session" in TestCase Options (right-click on the test case in Navigator and click "Options").