Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 049B96DF0 for ; Thu, 21 Jul 2011 18:11:46 +0000 (UTC) Received: (qmail 84611 invoked by uid 500); 21 Jul 2011 18:11:42 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 84350 invoked by uid 500); 21 Jul 2011 18:11:41 -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 84341 invoked by uid 99); 21 Jul 2011 18:11:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2011 18:11:41 +0000 X-ASF-Spam-Status: No, hits=0.1 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [217.72.192.221] (HELO fmmailgate01.web.de) (217.72.192.221) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2011 18:11:33 +0000 Received: from smtp04.web.de ( [172.20.0.225]) by fmmailgate01.web.de (Postfix) with ESMTP id BA7BA19438000 for ; Thu, 21 Jul 2011 20:11:13 +0200 (CEST) Received: from [217.81.238.236] (helo=[192.168.2.100]) by smtp04.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #2) id 1QjxiL-0001HM-00 for users@tomcat.apache.org; Thu, 21 Jul 2011 20:11:13 +0200 Message-ID: <4E286CD3.4010209@web.de> Date: Thu, 21 Jul 2011 20:15:47 +0200 From: smarto User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Destroyed sessions without timeout or logout References: <4E2703D4.7020909@web.de> <4E271D0C.3070408@kippdata.de> In-Reply-To: <4E271D0C.3070408@kippdata.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: smarto65@web.de X-Sender: smarto65@web.de X-Provags-ID: V01U2FsdGVkX1/uf8jGFde89pYVtU3Dibkleb5hbghYmnbUuAy3 EisgPcBj4XXq+YG5APBvTKwJ3g2DPAAqmhyH+qv4cvZ69ZdKKM Pyez6cPPo= X-Virus-Checked: Checked by ClamAV on apache.org Thanks Rainer, yea, the stracktrace is helpful ;) .... it was my first thought, to call the stacktrace. But i withdraw it, because my guess was, that the events and there stacktrace are "decoupled". I didn't even try it ... bad mistake Best regards, Martin > On 20.07.2011 18:35, smarto wrote: >> Hi, >> >> my SessionListener logs the creation and destruction of sessions. > Then add logging the code stack and you will get an idea, where the > invalidate originated. Something like > > log.info("Session destryoes"); changes to > log.info("Session destroyed", new Throwable("Stack)); > > Regards, > > Rainer > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org