You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Kavitha Ramesh <ka...@yahoo.com> on 2002/08/27 14:14:01 UTC

Pipeline for session!

Hi,

I have two pages called login.html and welcome.html.My
login.html creates a session when I type my username
and password.This session should be caught by my
welcome.html and should display the username.But my
pipeline is not able to read this session and I do not
know how my pipeline should look like ,,,At the moment
my pipeline is as follows:

<map:pipeline>
<map:match pattern="welcome.html"> 
<map:act type="request">
<map:parameter name="parameters" value="true"/>
<map:generate
src="http://pca6srv02:9083/cocoon/welcome.jsp"/>
<map:transform src="stylesheets/welcome/admin.xsl"/>
</map:act>
<map:serialize type="html"/>
</map:match>
</map:pipeline>

If someone knows please help me,,,

KAvitha

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

---------------------------------------------------------------------
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:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>