I create DOM objects and store them in session. use a session attribute generator to transform the DOM to a HTML using XSL.
here the dom objects are being shared between sessions and I am seeing data from other users or processes. I used the synchronized blocks when creating xml doms from DocumentBuilderFactory newBuilder().newDocument() etc is there any way I can resolve this issue?? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
