You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Michael Ni <mi...@hotmail.com> on 2003/03/17 06:00:54 UTC

Re: application scope question <
If a bean is instanced when a person logins in, can he detect if other 
people from other computers have logged on too?  in other words, can a 
person from a browser see if other people have logged on too?  how can i get 
information about the different instances of a bean that different people 
instantiated?

mike






>From: Eric Larson <er...@teaminteract.com>
>Reply-To: "Tomcat Users List" <to...@jakarta.apache.org>
>To: Tomcat Users List <to...@jakarta.apache.org>
>Subject: Re: application scope question
>Date: Sun, 16 Mar 2003 20:57:59 -0500
>
>
>The session bean doesn't actually expire when the browser window is
>closed. It times out at some point in the future when it hasn't been
>accessed for some number of minutes that you can configure.
>Theoretically you could manipulate session beans using Listeners to gain
>access to the beans after the client closes his browser window.
>
>Application scope objects don't expire except when the application
>terminates. You can manipulate them using removeAttribute calls, etc.
>
>
>On Sun, 2003-03-16 at 16:30, Michael Ni wrote:
> > for usebean, i know the bean expires for scope session when the browser 
>is
> > closed.  but for scope application, when does the bean expire?  does it 
>keep
> > running even after the person who called the bean exits his browser?  if 
>so,
> > how can the bean terminate itself in an application scope.
> >
> > mike
> >
> > _________________________________________________________________
> > The new MSN 8: smart spam protection and 2 months FREE*
> > http://join.msn.com/?page=features/junkmail
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: application scope question < Posted by Eric Larson <er...@ehlarson.com>.
The sesssion listener classes give you access to session creation
events. With that you can write a container that gives you access to all
sessions.


On Mon, 2003-03-17 at 00:00, Michael Ni wrote:
> If a bean is instanced when a person logins in, can he detect if other 
> people from other computers have logged on too?  in other words, can a 
> person from a browser see if other people have logged on too?  how can i get 
> information about the different instances of a bean that different people 
> instantiated?
> 
> mike
> 
> 
> 
> 
> 
> 
> >From: Eric Larson <er...@teaminteract.com>
> >Reply-To: "Tomcat Users List" <to...@jakarta.apache.org>
> >To: Tomcat Users List <to...@jakarta.apache.org>
> >Subject: Re: application scope question
> >Date: Sun, 16 Mar 2003 20:57:59 -0500
> >
> >
> >The session bean doesn't actually expire when the browser window is
> >closed. It times out at some point in the future when it hasn't been
> >accessed for some number of minutes that you can configure.
> >Theoretically you could manipulate session beans using Listeners to gain
> >access to the beans after the client closes his browser window.
> >
> >Application scope objects don't expire except when the application
> >terminates. You can manipulate them using removeAttribute calls, etc.
> >
> >
> >On Sun, 2003-03-16 at 16:30, Michael Ni wrote:
> > > for usebean, i know the bean expires for scope session when the browser 
> >is
> > > closed.  but for scope application, when does the bean expire?  does it 
> >keep
> > > running even after the person who called the bean exits his browser?  if 
> >so,
> > > how can the bean terminate itself in an application scope.
> > >
> > > mike
> > >
> > > _________________________________________________________________
> > > The new MSN 8: smart spam protection and 2 months FREE*
> > > http://join.msn.com/?page=features/junkmail
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 
> _________________________________________________________________
> The new MSN 8: advanced junk mail protection and 2 months FREE*  
> http://join.msn.com/?page=features/junkmail
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
-- 
Eric Larson <er...@ehlarson.com>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org