Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 36849 invoked from network); 28 Jul 2006 17:05:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2006 17:05:46 -0000 Received: (qmail 76691 invoked by uid 500); 28 Jul 2006 17:05:33 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 76665 invoked by uid 500); 28 Jul 2006 17:05:33 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 76654 invoked by uid 99); 28 Jul 2006 17:05:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 10:05:33 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FORGED_YAHOO_RCVD,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jak-tomcat-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2006 10:05:32 -0700 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1G6Vlm-0007ug-GY for users@tomcat.apache.org; Fri, 28 Jul 2006 19:05:02 +0200 Received: from 216.13.47.20 ([216.13.47.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Jul 2006 19:05:02 +0200 Received: from lduperval by 216.13.47.20 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Jul 2006 19:05:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@tomcat.apache.org From: Laurent Duperval Subject: Session not released after session.invalidate() Date: Fri, 28 Jul 2006 13:01:32 -0400 Lines: 24 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 216.13.47.20 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, I am using JBoss 3.2.5 with Tomcat 5.0.26. We are doing performance testing and we have found some issue which may be related to the way Tomcat handles sessions. Specifically, when we do a login/logout then look at the active sessions using the JBoss console, it says that there is one active session. If I login again, using the same browser, the count of active sessions does not go out. However, if I login using a different browser, the count does go up. I have written a client-side script that does multiple login/logouts in my application. I have noticed the same behaviour: if I login and logou 50 times with 50 different clients, even after a logout, the console reports 50 active sessions. Why is that? Is there a way to correct this? Thanks, L --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org