I am not sure about this, but I think, IE and Netscape behave very differently w.r.t. NewWindow->Session relationships. I remember someone mentioning that when you open a new browser window in IE thru the File->New->Window link, the same session is used, while in other cases a new session is created. Anyway, I am sure you'll find more (and exact) info on this, if you browse through the archives.
Pramod ----- Original Message ----- From: "Vikramjit Singh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 11, 2002 4:17 AM Subject: Re: session timeout question > > -----Original Message----- > > From: randie ursal [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, September 10, 2002 1:30 AM > > To: [EMAIL PROTECTED] > > Subject: session timeout question > > > > > > hi, > > > > could somebody explain to me what possibly went wrong about my > > application. > > > > what i did was, i set the maxInactiveIinterval time for > > 30 secs. on > > my servlet then i added > > to my HttpSession object an object that implements > > HttpSessionBindingListener so that i can > > keep track and see what happen when session expires. this scenario > > works fine, my session > > was invalidated after session timeout and the sessionlistener was > > notified. > > > > my problem is when i access my web application by using > > two browsers > > and let the > > 1st browser remain idle until session expires. the 2nd browser > > session also expires > > when 1st browser session expires > > > > i can say this because it put a trace line on valueUnbound of the > > sessionlistener object > > and two session id were displayed this was the session of > > both browser. > > Thats strange. Coz a new browser which you open, shall have associcated with > it a new session. > > > > > what went wrong with this? > > > > thanks a lot > > randie > > > > ______________________________________________________________ > > _____________ > > To unsubscribe, send email to [EMAIL PROTECTED] and > > include in the body > > of the message "signoff SERVLET-INTEREST". > > > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > > Resources: > > http://java.sun.com/products/servlet/external-resources.html > > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html