Hi! Stephan,

        Yeah....You can implement the HttpSessionBindingListener in the object that
you are going to have in the session, and what this does this ties this
object for incoming events whenever the object value gets bound or unbound
for sessions...so you know when the object is being bound to sessions and
when it is being unbound....

Senthil.

> -----Original Message-----
> From: Stefan Freyr Stefansson [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, May 06, 2000 5:18 PM
> To: [EMAIL PROTECTED]
> Subject: one more try: sessions on the server side.
>
>
> Hi,  I tried sending this thing a few days ago but something went wrong
> and
> it didn't come in until the day after (plus... I got no reply to it...
> very
> unusual ;o) ... then I tried again and it didn't go through at all.  So
> now
> I'm gonna try it one more time and hopefully this time it will work!
>
> I'm wondering if there's a way to manage (monitor) connections to a web
> application I have?  I can put a user in a connection vector (to see
> who's
> connected to this particular web application) when he/she logs in but
> taking
> him out is another thing.  Is there any way I can monitor all the users
> who
> connected so that I can remove them from the connection list if they
> don't
> explicitly log out?
> I think I heard something about registering a listener to something and
> that
> would give me information about disconnections and so on (session
> timeouts
> and stuff like that).  Can anyone tell me how this is done?
>
> Thanks alot in advance.
>
> Kind regards, Stefan
>
> ========================================================================
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> 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".
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