Sorry if this is the wrong place for this question.

When working with new website using Internet Explorer 6, I get some sort of security/time stamp error message that flashes on the screen for about a half second before returning me to the login page. Here's the crazy part. If I enter data on the page and click on finished within about 10 seconds, all works ok. If I wait 10 seconds or longer and then click finished, I get the error message every time. The Mozilla browser does not exhibit the same problems- I get no errors with it. The "check for newer pages" option in IE is set to "every visit to the page."

Any help would be greatly appreciated.

    I will try to arrange a test URL - meanwhile, the error msg is below. The user name has been replaced with the word "company." Thanks for the response. By the way, both Netscape and Mozilla do not have this problem.

    SELECT 'x' FROM securitycodes WHERE expire > CURRENT_TIMESTAMP AND
    userName='' AND code1= AND code2=

    You have an error in your SQL syntax near 'AND code2=' at line 3
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result
    resource in /home/company/companyname-www/INCfunctions.php on line 65
    NoSQL

    You have an error in your SQL syntax near 'AND code2=' at line 3 UPDATE
    securitycodes SET expire=date_add(CURRENT_TIMESTAMP,INTERVAL 1 HOUR) WHERE
    userName='' AND code1= AND code2=

    You have an error in your SQL syntax near 'AND code2=' at line 3

      SELECT 'x' FROM securitycodes WHERE expire > CURRENT_TIMESTAMP AND
      userName='' AND code1='' AND code2= ''

      using this will keep you from getting the SQL error... but I'm not sure it'll give you the results you are looking for...

      are you using cookies?

        Use of cookies is enabled in IE6.
        The code is not using cookies.

          THIS patch to IE6 SP1 turned out to be the problem. Thanks for your help.

            Write a Reply...