Hi, I have an web application which uses inproc session state.One of the use wants to use multiple instance of the application in single IE7 instance different TABs.The problem is as IE7 will create only one session ID for all the TABs,so session data will be shared across alll the instance in different...