Deep Satyawali
Deep Satyawali

Reputation: 1

In Jmeter, I am not able to maintain session

Using latest Jmeter

After Login request, When I do another request session not being maintained

I have already add "Cookie Manager" still there is no help

Please response

I have already added Cookie manager and this did not help

Upvotes: 0

Views: 35

Answers (1)

Ivan G
Ivan G

Reputation: 2872

Use View Results Tree listener and inspect the response of your "Login request", most probably it fails somewhere somehow.

If you're not logged in or it's not possible to "maintain a session" it's due to missing or improperly implemented correlation. In the majority of cases you cannot just replay recorded test without properly handling dynamic parameters which need to be extracted from previous responses using suitable Post-Processors

Upvotes: 0

Related Questions