shinken-monitoring / mod-webui

Shinken Web User Interface
GNU Affero General Public License v3.0
79 stars 71 forks source link

Fix : Avoid user collision. #585

Closed guillaume-u closed 7 years ago

guillaume-u commented 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