Maintain HTTP Session: Should keep the same session to the following request
I want to keep the same session for my second request.
Both of them are REST request.
I have already checked the "Maintain HTTP session" in the TestCase Options.
It did not work.