Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 43695 invoked from network); 22 Apr 2007 14:22:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Apr 2007 14:22:34 -0000 Received: (qmail 64730 invoked by uid 500); 22 Apr 2007 14:22:38 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 64545 invoked by uid 500); 22 Apr 2007 14:22:38 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 64533 invoked by uid 99); 22 Apr 2007 14:22:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2007 07:22:38 -0700 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SUBJ_HAS_SPACES X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [195.227.30.246] (HELO datura.kippdata.de) (195.227.30.246) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Apr 2007 07:22:30 -0700 Received: from [195.227.30.148] (larix [195.227.30.148]) by datura.kippdata.de (8.13.5/8.13.5) with ESMTP id l3MEM7O9010065 for ; Sun, 22 Apr 2007 16:22:08 +0200 (CEST) Message-ID: <462B6F8F.1030901@kippdata.de> Date: Sun, 22 Apr 2007 16:22:07 +0200 From: Rainer Jung User-Agent: Thunderbird 1.5.0.8 (X11/20061110) MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: svn commit: r529444 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager: HTMLManagerServlet.java JspHelper.java util/ util/BaseSessionComparator.java util/ReverseComparator.java util/SessionUtils.java References: <20070416233056.EA6911A9838@eris.apache.org> <4625C7A3.4010001@kippdata.de> <4625EBB9.30207@apache.org> <4626824A.1050104@kippdata.de> In-Reply-To: <4626824A.1050104@kippdata.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org I tested and updated my patch. It now uses the URL /expire and leaves /sessions to Rémys session administration extensions. The patch builds against 6.0.x head. The functionality works in HTML Manager and also in the non HTML manager servlet. In HTML-Manager you can test it by Clicking on the "Expire Sessions" button in the apps list. The default timeout value is the webapp session timeout. The button expires sessions which are longer idle than the value in the form and also it produces an answer message in the message part of the list with an idle time histogram of all sessions. http://people.apache.org/~rjung/patches/tomcatManagerSessionExpireCodePatch.txt Still an old docs patch against 5.0.28 (just to get an idea) is: http://people.apache.org/~rjung/patches/tomcatManagerSessionExpireDocsPatch.txt Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org