Jmeter test plan structure
Test Plan
Test Thread
Cookie Manager(set variable PHPSessionID)
HTTP request A
regular expression extractor(get value from HTTP A's response, set PHPSessionID value)
HTTP request B(I want PHPSessionID send by B request as a cookie value )
As we know Config controller is execute before A request, so it won’t reset PHPSessionID value in Cookie. Is there any method to do what I want? Any help is appreciated
Cookie information is dynamic for each thread, so I think it already does what you want:
http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Cookie_Manager