|
From: katentim @hotmail.c. <kat...@ho...> - 2004-11-16 03:34:12
|
Anyone know if this is a problem with synchronizeOnSession Struts Bug http://issues.apache.org/bugzilla/show_bug.cgi?id=19223 Forum Question http://forum.springframework.org/viewtopic.php?t=1957 The Servlet 2.3 spec. says J2EE.7.7.1 Threading Issues Multiple servlets executing request threads may have active access to a single session object at the same time. The Developer has the responsibility for synchronizing access to session resources as appropriate. This seems to imply (to me anyway) that the bug is in the container. |