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

Okay, I just got another good idea of someone else using a CONSTRAINT on the database, because server log will tell me where in my script, then I can face how often and if why it's getting executed more then once. If I won't come to an conclusion I'll go for the test-script creation.
  • Comment on Re^6: Weird CGI behaviour on different Browsers - Apache

Replies are listed 'Best First'.
Re^7: Weird CGI behaviour on different Browsers - Apache
by Anonymous Monk on Aug 04, 2015 at 12:52 UTC

    Using the database is one way to track the state, and if all this script is doing is manipulating the database, it's probably the best way to do so. You may want to look into transactions as well.