We are creating 4000 user session using 50 Vusers. Currently,One Vuser will log in multiple times with out logging out. For example, a Vuser will do first login with a User id from available pool of Ids and in next iteration it will take another unique user id from rest of the pool . So after running full iterations there will be 4000 unique user sessions in the server.
What we required is to log out these 4000 users one by one, once 4000 session logins are achieved . Is there any way we can achieve this?