I have noticed a strange phenomenon when two users in our office submit the same form at the same time.
If user A submits the form and it takes 30 seconds to process, and user B submits the same form with different info and it processes quicker, user A's form seems to collect $_POST
variables from user B.
Is this a possibility in PHP?