why are you using invalidateNow? On Thu, May 28, 2009 at 10:11, Taneli Korri <[email protected]> wrote:
> On Thu, May 28, 2009 at 6:49 AM, Jeremy Thomerson < > [email protected] > > wrote: > > > Please open a JIRA so this doesn't get lost. I haven't looked, but it > > sounds wrong if it truly recreates an invalidated session in some > > end-of-request logging, even if it doesn't bind the session. Post the > > link back here. > > > > > > I found out what's causing the problem, I was using Session.invalidateNow() > which invalidates the session before it's logged. With Session.invalidate() > the problem doesn't exist. > > > I created a JIRA issue about it: > > https://issues.apache.org/jira/browse/WICKET-2291 > > > Regards, > > Taneli Korri >
