> -----Original Message----- > From: randie ursal [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 09, 2002 3:42 AM > To: [EMAIL PROTECTED] > Subject: how to get notified if user close browser > > > hi, > > can anyone have an idea about this. > > how can i check or get notified on my servlet if the client browser > has close? > also when my session has timeout? > > is there any event notification that my servlet would receive or i > have to check > it manually? > > i'm using Tomcat 4.0.
Check out the listener interface in jsdk2.3. Or check this article for more information. http://www.onjava.com/pub/a/onjava/2001/04/12/listeners.html > > thanks > > randie Vikram. > > ============================================================== > ============= > To unsubscribe: mailto [EMAIL PROTECTED] with body: > "signoff JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set > JSP-INTEREST DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
