Hi all,

I am a bit embraced from sending many questions today!!!, anyway here is my question:

 

I have the following pipeline:

 

<map:pipeline>

<map:match pattern="login">

<map:generate src=""/>

<map:transform src="">

<map:parameter name="use-request-parameters" value="true"/>

  </map:transform>

<map:transform type="sql">

<map:parameter name="use-connection" value="newdb"/>

   </map:transform>

     <map:serialize type="xml"/>

    </map:match>

 

<map:match pattern="dosession">

<map:generate src=""/>

<map:transform type="session"/>

<map:serialize type="xml"/>

</map:match>

</map:pipeline>

 

 

How can I tell cocoon to execute the second match pattern "dosession" automatically, because I want the session to be created as soon as the user logs into the system (i.e. when the first match patternl "login" is executed).

 

Many thanks in advance for your help

Fadi

  


Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!

Reply via email to