This might be a long shot, but I’m going to put it on here anyway.
I have a (very, very rarely occurring) problem in my application, particularly when users send e-mail (but that might be because that’s the most-used feature). The page that actually sends the e-mail in my application is sometimes (has only been reported by one user) called up to 700 times! This obviously leads to a very embarrassing 700 e-mails in the inbox of their business relation. The last time, the 700 calls, were made in a period of around 5 minutes.
Any clues on how this could possibly occur? Browsers, javascript, plug-ins?
thanks in advance
It turned out that there was indeed a page that stayed open and for some reason (I’m thinking browser plugin) it kept sending the e-mails. The page didn’t need to be opened but Thanks for the help guys!