Possible Duplicate:
IE7 problem - session and cookie problem

I have opened my application in one tab in IE7. Now when i want to open again the same application in the other tab in same browser window, how can i check that the application is already opened and how to force the user to open the application in a new browser window instead of opening in other tabs in the same browser window.

Anybody have a solution for this. Appreaciate all your effor in this regard.

Thanks, Manoja Swaro

link|improve this question
Why don't you edit your earlier question rather than posting a new one? – rahul Sep 8 '09 at 11:28
Is one question really too little for the same problem? stackoverflow.com/questions/1393094 – Vilx- Sep 8 '09 at 11:29
2  
I apologise for the inconvinience caused. – manoja swaro Sep 8 '09 at 11:33
i thought this is would be the best possible soultion to open the application in a new window whenever the application is already opened in a browser window like in IE6. – manoja swaro Sep 8 '09 at 11:35
Opening another instance of the same browser will NOT solve your problem. cookies are shared between all documents of the same browser, whether opened in different tabs or different windows. – bobince Sep 8 '09 at 11:36
feedback

closed as exact duplicate by Vilx-, rahul, skaffman, Shoban, bobince Sep 8 '09 at 11:46

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.