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());
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