We have an asp.net 1.1 web application that relies on heavy client side scripting. The web application uses Forms Authentication and only authenticated users can access the pages within the site.
We get the above meeting the following repro steps:
1. A javascript script function opens a window (Window A) from an aspx page (Default page).
2. Window A opens a new window Window B that contains a PDF stream.
3. User closes Window A, and then click on the log out link on the Default page.
The user will intermittently get an unresponsive IE affecting both windows - window containing the Default page and the window containing the PDF. Sometimes all affected IE windows close automatically. The Acrobat Reader process are usually still running after the IE windows are closed. It happens more regularly remotely.
Using Fiddler to trace - when the logout link is clicked, there is no sign of a request being made back to the server (for the log out).
The problem is repro-able on multiple PCs all running IE6 fully patched. BHOs, malwares have been ruled out.
I have search through support.microsoft.com for any clues including uninstalling some recent kb updates as well as turning on/off HTTP 1.1 but none of them fixes the problem.
Please help.
Siew Fai Hoy
MCAD.