yes, i would be very interested in the source code. On 8/22/06, Henri Dupre <[EMAIL PROTECTED]> wrote:
We've been having many strange errors message in our logs and several synchronization errors on session objects (especially visit). Also users kept getting error pages when they were clicking too fast (thus causing concurrent requests). One common solution for this problem is to implement synchronization betwen concurrent request from the same user but this is not the most satisfactory for the end user. What I implemented this week end is a customized version of the session objects manager that creates deep copies of the session objects for each request and at the end of the request, it stores the current copy into the session. And so far so good! I have not seen since any synchronization error message, neither any hibernate session problem. I can provide my source code if anyone is interested. -- Henri Dupre Actualis Center
-- Thanks, Karthik