I have solved this in a former project by writing or own session (bound to httpSession) and by assigning a unique value to each browser window (in a hidden field)
if no value is found in the request, it means we have opened a new window, so a new unique id should be created regards, DC -----Original Message----- From: Rob Breeds [mailto:[EMAIL PROTECTED]] Sent: vrijdag 30 november 2001 10:39 To: Struts Users Mailing List Subject: RE: session id is same for different Browser You will see the same session ID for two browser windows if you 'clone' the browser window with CTRL+N (in IE). To get a separate session ID you need to start two instances of the browser, not clone the existing window. Rob Breeds bendiolas@nets cape.net To: [EMAIL PROTECTED] ("Struts Users Mailing List") (Steve cc: Bendiola) Subject: RE: session id is same for different Browser 29/11/2001 20:55 Please respond to "Struts Users Mailing List" Gang, If you are using the same browser (opening 2 versions of IE, Netscape...), they could be sharing cookies, and thus the same session. "Gao, Gang" <[EMAIL PROTECTED]> wrote: >Hi, >I have a very strange case, When I logon to my site using two different >Browser, I print out the session id and find it is same. Actully I open two >different Browsers on same machine. How does it have same session id. Please >help me out. I use struts and weblogic6.0 as web server. I put some value >object in session, it looks like the second logon overwrite the first value >object in session. >Thanks a lot. >Gang > -- __________________________________________________________________ Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/ Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/ -- To unsubscribe, e-mail: < mailto:[EMAIL PROTECTED]> For additional commands, e-mail: < mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

