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 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 ....
Hi,
I have implemented a small application using the new possibilites of
T4.1.1 (EventListener / ResponseBuilder) but when i made some tests from
2 differents computers, the properties of my session N°2 are impacted by
the modifications made on the session N°1 using EventListener and vice
versa !!!
Has anybody already encountered seach a surprising behavior ?? I can't
find the origin of such a bug in my code. Moreover, i thought that the
isolation of the user session was guaranted by the servlet container
(Jetty in my case).
Thanks in advance for any advice !