Hi ,
I''ve used this particular tag for counting active sessions
the jsp is as follows
<%@ page import="java.util.Date"%>
<%@ page import="java.util.Locale"%>
<%@ page import="java.util.*,java.text.*"%>
<%@ page session="true" buffer="8kb" autoFlush="true" errorPage="except.jsp" isErrorPage="false" isThreadSafe="true"%>
<%@ taglib uri="http://www.servletsuite.com/servlets/sesstag" prefix="stat" %>


<!-- how many sessions are active -->
<stat:CurrentCounter/>

<stat:MinLifeTime/>
<stat:MaxLifeTime/>
<stat:AvgLifeTime/>
<stat:PeakCounter/>
<stat:TotalCounter/>

But the result shows all the values as 0
where am i going wrong.

vtr =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com

Reply via email to