Hi Folks, Currently, my project is designed to pull out the dynamic content based on a given URL and fill it in the template. I sucessfully pull static pages and session-INsensitive pages. However, I have a problem to include the session-sensitive page. It seems to me that everytime I include a page, Cocoon opens a new URL connection instead using an existing one. As a result, it loses all request and session information. Please correct me if I am wrong. I tried document() function, xinclude, and util:include-uri. All of them behave in the same way, open new connection from the server. Are there any ways to do like requestdispatcher.include(request, response) or <jsp:include> in Cocoon? Please help me, this is very critical part for this project. I do really like Cocoon and want to continue using it. Thanks in advance, Apichat PS. My configuration details is Cocoon 1.8.2 Redhat 7.1 JDK 1.3 (IBM) JBoss-2.2.1_Tomcat-3.2.1 Get 250 color business cards for FREE! http://businesscards.lycos.com/vp/fastpath/ --------------------------------------------------------------------- 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]>