Closed guillaume-u closed 7 years ago
When users are requesting a page in the same time, a user collision appears.
How to reproduce it :
How to make the loop request :
SHINKEN_URL="YOUR SHINKEN URL" while true do curl "$SHINKEN_URL/gotfirstdata" -H 'Cookie: user_session="YOUR SESSION COOKIE"' done
When users are requesting a page in the same time, a user collision appears.
How to reproduce it :
How to make the loop request :