Skip to main content
Participant
February 21, 2011
Question

CF8 issue with IIS6 and IE7

  • February 21, 2011
  • 1 reply
  • 286 views

Hi All,

I have a question is CF8 will support IE7 ?

If yes, I am facing a problem detaild below:

We have an application which is working in CF8 and IE6. We migrated IE6 to IE7.

Now the problem with IE7 is with tabs.

If we open our application in one tab and after time out of our application then we try to open the same application in the other tab, while we are opening the application in the other tab we are getting HTML 500 error. After getting HTML 500 error when we refresh the second tab is working fine.

Abserved that after 1St tab timed out when we open our application in the 2nd tab it is not even calling Application.cfm file insted it is throwing error.

Can somebody help me to solve this problem

    This topic has been closed for replies.

    1 reply

    Inspiring
    February 21, 2011

    I suspect your issue is related to how your site uses cookies and/or sessions.  New browser tabs have access to the same cookies as other open tabs.  I suggest your examine how your site uses cookies and sessions for the cause of this problem.