How to get values of all session variable--application wide?

2002-12-31 Thread Roland Dong
I am trying to implement a admin jsp page which display all ACTIVE users at the moment. Is it possible to somehow use session mechnism to implement that? For example: User A login with the user name "UA" and that user name is stored in a session variable "loginName". the current time is sto

Re: How to get values of all session variable--application wide?

2003-01-01 Thread V.T.R.Ravi Kumar
2:32 AM Subject: How to get values of all session variable--application wide? > I am trying to implement a admin jsp page which display all ACTIVE users at > the moment. Is it possible to somehow use session mechnism to implement > that? > > For example: > > User A login with t

Re: How to get values of all session variable--application wide?

2003-01-01 Thread Partha Ranjan Das
;[EMAIL PROTECTED]> Sent: Wednesday, January 01, 2003 12:32 AM Subject: How to get values of all session variable--application wide? > I am trying to implement a admin jsp page which display all ACTIVE users at > the moment. Is it possible to somehow use session mechnism to implement > that

Re: How to get values of all session variable--application wide?

2003-01-01 Thread Ritesh Gupta
:32 AM Subject: How to get values of all session variable--application wide? > I am trying to implement a admin jsp page which display all ACTIVE users at > the moment. Is it possible to somehow use session mechnism to implement > that? > > For example: > > User A login with

Re: How to get values of all session variable--application wide?

2003-01-08 Thread Roland Dong
you want and > then store the username and timestamp in the ServletContext. > > Ritesh > - Original Message - > From: "Roland Dong" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, January 01, 2003 12:32 AM > Subject: How to get values o