when i checked the requests the cookies are the only difference, now i understood that Neoload is handling cookies by default. so why do i get this errors? and why after many iterations with many users? i have about 20 users running and passing. how can i handle such a case?
I am surprised the cookies are the only difference, most applications require correlation as csrf type tokens and IDs are also normally dynamic and expire. Have you done any correlations? Do tests less than 20users work repeatedly without issue?
Yes i am handling the tokens and i am sure it's valid, but the cookies i didn't handle it.
I tried below 20 users and yes i got the error but it's random each time i run the test. Can u help?