I'm supporting an application in my office that runs in a web browser and connects to a secure area of our website. The users locate customers in browser instance 1 and then click a link to log into the customer account in browser instance 2. The problem occurs when the user logs out of customer account in browser 2 and returns to browser 1 to locate the next customer. The session number has changed and the security cookies have disappeared forcing the user to log into the application again in browser 1.
The user environment is Internet Explorer 7 running on Windows XP Professional. The application is written using ASP and VB Script. I've tried different methods of starting browser 2 including a form post, anchor tag and javascript window.open(). They all exhibit the same behavior. The interesting thing is that the application works fine in FireFox.
Any ideas on how to fix this issue will be grealty appreciated.