Re: user sees page belonging to another session

2010-12-08 Thread Igor Vaynberg
in my experience all these session leaks have usually been caused by bugs in user code - such as using a singleton to store some state. however, once you can give us a test case that reproduces this we will be happy to fix it. -igor On Wed, Dec 8, 2010 at 9:44 PM, Jason Lea wrote: > Hi, > > We h

user sees page belonging to another session

2010-12-08 Thread Jason Lea
Hi, We have wicket 1.4.12 on our site at the moment, and over the last few weeks we had occasional reports of users seeing pages that belonged to another user (eg when logged in, the username on the page was for another user). The panel that displays the username was using a property model w