Rob, I did start two instances of the browser. later I even try logon from IE and Netscape separately, but I can also get same session ID. I also found sometimes I get the same session id, sametimes session id is different which is what I want. Thanks a lot.
Gang -----Original Message----- From: Rob Breeds [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 3:39 AM 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]>

