There are session monitor events which you can register listeners for to get
a response when a browser closes.

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Raman
> Sent: Sunday, November 19, 2000 7:18 AM
> To: [EMAIL PROTECTED]
> Subject: Re: keeping track of user connections
>
>
> Hi!
>
> But contact the browser (to check whether it is still connected), while
> performing a lengthy process?
>
> Raman.
>
> 19-Nov-2000 0045 GMT.
>
> ----- Original Message -----
> From: Dengler Martin <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, November 17, 2000 2:56 AM
> Subject: Re: keeping track of user connections
>
>
> > Hi,
> >
> > sorry, but HTTP is a stateless Protocoll. after a client-request is
> > answered by a server, the transaction is finished.
> > if the user logs in and forgets to log out, u can do nothing
> about it, but
> > wait for timeout.
> >
> > Greetings
> > md
> >
>
> ==================================================================
> =========
> 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://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to