Thanks all for your advice.
I've just found the culprit : a singleton bean created by Spring. All
the users were sharing the same bean ...
--
Stéphane Decleire
Chris Schroeder a écrit :
The initialize() method was removed in Tap 4.1.1. Could you be trying to use
that to clean up your pag
The initialize() method was removed in Tap 4.1.1. Could you be trying to use
that to clean up your pages?
-Original Message-
From: Stephane Decleire [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 04, 2007 5:00 PM
To: users@tapestry.apache.org
Subject: User sessions overlapping
Are you sure that the properties that are "leaking" between sessions lives on
the session? Might they actually be manually-created page properties that you
forgot to clean up? If you haven't checked that already, I'd give it a look;
it's usually the culprit of something like this in my experienc