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

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.

  • Comment on Re^7: Weird CGI behaviour on different Browsers - Apache