We find this feature of IE very useful. As users have to log into one of our sites, having a differant session for each browser instance is very useful as we can track multiple users logged on on the same machine in differant browser windows. Am am confused as to why Netscape is working in that situation, but then we all know how unpredictable it can be :-)
You could create your own cookie and retreive it when a new browser window is activated? You haven't said why you would want a session to be persistant across differant instances of the browser so this is the only suggestion I can make. Duncan korimilli vijay wrote: > Hi, > > I am stuck in my project because of the session creation problem in IE. I am using >IE browser 6.0 and tomcat 4.0.1. > > When i open two browser instances of IE, they are creating two http sessions. I am >expecting, that the new browser instance should find any already open session and not >to create a new sesion. > > I have enabled all cookies in the browser privacy preferences. When i try the same >on netscape 6, it is working perfect and not creating any new sessions. > > It would be of great help, if someone can give me any solution. > > Advanced thanks, > > Vijay > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
