Hi Troy,

Are you using the captured value in the 2nd request?
Have you confirmed the value is being captured correctly?

Adding a Debug Sampler to your test after the 1st request will let you see
what value is being captured.

Then you'll need to add the value to your second request, the specifics
will depend on the nature of your request but in general will either be
added as a header via the Header Manager or a GET/POST parameter on the
sampler directly.
This section of the user manual may help
https://jmeter.apache.org/usermanual/functions.html


Cheers,
Owen

On Thu, 12 Aug 2021 at 11:09, Troy Conner <[email protected]> wrote:

> i'm trying to connect from one site to another. The 2nd site assigns a
> session id to the header, however it's responding with with "session
> expired". I've added a reg exp extractor under the http request that looks
> like this. The session id comes after 2000, but it doesn't work. How do i
> get and supply my session id to all http requests in my script?
>
> [image: image.png]
>

Reply via email to