Hi there,
Let's think about the following XSP page accessed by two users in the same
time:
<page>
<xsp:logic>
String sName = session.getAttribute("name") ;
[...]
</xsp:logic>
Welcome <xsp:expr>sName</xsp:expr>
</page>
In concurency tests I made, sometimes, users don't see their own name on the
browser!
One could put all the xsp page logic into a synchronize(this){ [..] }
block...
But I was wondering if someone already ran into this problem and what is the
reason why XSP pages aren't already declared as synchronized...
Any clues ?
- tony
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>