From users-return-94521-archive-asf-public=cust-asf.ponee.io@wicket.apache.org Wed Feb 20 11:58:49 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C93E518075F for ; Wed, 20 Feb 2019 12:58:48 +0100 (CET) Received: (qmail 11953 invoked by uid 500); 20 Feb 2019 11:58:47 -0000 Mailing-List: contact users-help@wicket.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@wicket.apache.org Delivered-To: mailing list users@wicket.apache.org Received: (qmail 11942 invoked by uid 99); 20 Feb 2019 11:58:47 -0000 Received: from mail-relay.apache.org (HELO mailrelay2-lw-us.apache.org) (207.244.88.137) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2019 11:58:47 +0000 Received: from mail-pf1-f170.google.com (mail-pf1-f170.google.com [209.85.210.170]) by mailrelay2-lw-us.apache.org (ASF Mail Server at mailrelay2-lw-us.apache.org) with ESMTPSA id AD801313C for ; Wed, 20 Feb 2019 11:58:46 +0000 (UTC) Received: by mail-pf1-f170.google.com with SMTP id d25so3462436pfn.8 for ; Wed, 20 Feb 2019 03:58:46 -0800 (PST) X-Gm-Message-State: AHQUAuZc3nI9fU0xFdhxQtykBv1keRqVd+oC45ecBxm9qgSVhUrMtq9s CXP/vp8faTX+OkyV8aU36X9iH7Hn9VAkqoQ+m6A= X-Google-Smtp-Source: AHgI3Ibqb4FGz7ONMHA4jTXLCdkCdVEkjYpVw4cI9/+tMvYkvuGuh/azHjVIZ0y+M2y77QBs5NiLrmIMNsAFOEFau1k= X-Received: by 2002:a62:4bd5:: with SMTP id d82mr33783889pfj.85.1550663925842; Wed, 20 Feb 2019 03:58:45 -0800 (PST) MIME-Version: 1.0 References: <1550656859820-0.post@n4.nabble.com> <1550662453393-0.post@n4.nabble.com> In-Reply-To: <1550662453393-0.post@n4.nabble.com> From: Martin Grigorov Date: Wed, 20 Feb 2019 13:58:09 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: On Session invalidate, wicket creates a new folder with session data in wicket-filter-store To: "users@wicket.apache.org" , tanekate@gmail.com Content-Type: multipart/alternative; boundary="00000000000077499d05825214b2" --00000000000077499d05825214b2 Content-Type: text/plain; charset="UTF-8" While the debugger is stopped at the breakpoint you can see what leads to this call in the stacktrace. If it is coming from the application code then you should fix it. If it is triggered by Wicket itself then please upgrade to 7.12.0 and try again. If it still does the same then please create a mini application that reproduces the problem and attach it to a ticket at https://issues.apache.org/jira/projects/WICKET/issues On Wed, Feb 20, 2019 at 1:53 PM AliKhan wrote: > Thanks for your quick reply! > I have verified as you suggested to breakpoint at Session#bind(). This > method is called 2 times after the session is invalidated. Strange thing is > that when user login, bind() is called only 1 time but on session > invalidate > it is being called 2 times. > I did not bumped the wicket version yet though. I verified this with > version > 7.0.0. > > -- > Sent from: > http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org > For additional commands, e-mail: users-help@wicket.apache.org > > --00000000000077499d05825214b2--