Using IE, you can get a different session if you try to execute a new instance of IE (do not use "Open a new window"). But you must be carefull because even the links in Windows' startup menu can just "Open a new window" (instead starts a new IE instance).
When you are using Netscape/Mozilla, try to use 2 different profiles (again, "Open a new Window" will make Netscape or Mozilla share the stored cookies).
I hope this helps you.
Brian Lee wrote:
It looks like your two browser sessions are sharing the same memory used to store cookies. So your application server treats requests from both browsers as in the same session (since they send the same jsessionid cookie). In IE you used to be able to correct his by checking "launch in new process" in Tools|Internet Options, but I no longer see this in IE 6.0.2800.1106
If you open your site in IE and in Mozilla at the same time you will have separate sessions.
BAL
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]