Re: Small Query

2003-07-25 Thread Osamu Hashimoto
getId()+""); > Enumeration e= hsc.getIds(); > out.println(e); > //out.println(" > "+e.nextElement()); > out.println("Session ID's"); > while(e.hasMoreElements()) > { > out.println("Session ID's"+(String)e.nextElement());

Small Query

2003-07-25 Thread dulipalla narayana rao
Hi, I am Narayna Rao, I am a fresh graduate who is learning servlets and JSP. I faced a small problem in JSP. In Orierly book they written that we can find out the number of session are active for a given application using following code. HttpSessionContext hsc=session.getSessionConte