I'm in a similar situation (but without cocoon) and investigating the HttpClient [1](from commons). HttpClient can hadle cookies which makes it a session-able HTTP client.
My question here is, does it make sense to try and build a generator for Cocoon with the above? I am under the impression that sitemap logic is not session-aware (as a client of remote applications).
[1] http://jakarta.apache.org/commons/httpclient/
Thanks,
Manos
SAXESS - Hussayn Dabbous wrote:
I am talking about following setup: You have two separate webapplications not necessaryly running in the same container! One app is the cocoon application. The other app is a session based webapp.Now you setup a pipeline, which gathers data from the other webapp. Here you are lost. What basically is missing: The session state is usually preserved within cookies, or by URL-rewriting. If sessions are cookie based, we need to pass the session cookie through cocoon. And this is definitely not implemented yet. Or my understanding of the cocoon code is absolutley wrong ;-)
--------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>