Duplicate Mails - Generated on press of Refresh button in Browser
-
Hello all, Sub: Duplicate Mails - Generated on press of Refresh button in Browser. HOW TO VALIDATE THIS IN ASP not ASP.NET. We created a application code using asp vb script which sent mail with attachment once the people proceeds for order. The problem we are facing is we are getting duplicate mail after once we refresh the confirm button. so we are getting more mails when ever we refresh the pages. This should be stopped. Please advice. Thanks and Regards, kris
If you fail for the first time , call it version 1.0.
-
Hello all, Sub: Duplicate Mails - Generated on press of Refresh button in Browser. HOW TO VALIDATE THIS IN ASP not ASP.NET. We created a application code using asp vb script which sent mail with attachment once the people proceeds for order. The problem we are facing is we are getting duplicate mail after once we refresh the confirm button. so we are getting more mails when ever we refresh the pages. This should be stopped. Please advice. Thanks and Regards, kris
If you fail for the first time , call it version 1.0.
Could you stick a MailSent flag in the database whenever the confirmation mail has been sent and then don't send any further mails after that?
-
Could you stick a MailSent flag in the database whenever the confirmation mail has been sent and then don't send any further mails after that?
Thanks for the attention .. but i am afraid that is not an option because we are not permitted to alter the database which is stabilised and is replicated elsewhere. I have to find out a solution from the fromt end.. may be browser related or something like that..
If you fail for the first time , call it version 1.0.