Unanswered question

Use one session per VU instance

I simply don't want a new session to be established per iteration. Rather, I want to simulate 50 VUs, re-iterating but using the same session per VU instance, so 50 sessions.

How can i do this?

Under Actions in the design view, it shows an option for "Reset user session and emulate new browser between each iteration", I marked this as No. But i still see at runtime a new session every iteration.

Joel S.
Joel S.

Joel S.

Level
0
2 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

If you have a login/logout containers then by putting them respectively inside the Init/End container that should not create new session per iteration as soon as the reset user session is set to No or Auto.

Have you tried this settings?