in reply to Re: Weird CGI behaviour on different Browsers - Apache
in thread Weird CGI behaviour on different Browsers - Apache

1. No I don't use mod_perl, good point, I should have mentioned this.

2. Good idea, I'll keep that in mind for debuggings later on ...

Using a primary key would help to get a good database state, I think I'll do this for future purposses too, but I really need to know for sure, the reason for this. For me solving problems is still a must do, even if I found a way to prevent things to go wrong. Thanks for the tip.
  • Comment on Re^2: Weird CGI behaviour on different Browsers - Apache

Replies are listed 'Best First'.
Re^3: Weird CGI behaviour on different Browsers - Apache
by Corion (Patriarch) on Aug 04, 2015 at 12:32 UTC

    As soon as you add the constraint to the database, the moment where the double insert happens will be shown in your server logs. This makes debugging things easier in my experience.

      Good point. I think I'll try this very soon now.