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.
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?