At times it is important to maintain session state via cookies set by the server. To handle this we need two things: - Add the ability to retrieve cookies set by the server. - The ability to pass cookies into the next test request.
At times it is important to maintain session state via cookies set by the server. To handle this we need two things: