You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Gerry Kaplan <gk...@kaplansoftware.com> on 2005/09/19 20:56:48 UTC

Setting session attributes in a pipeline

Is there any way to set session attributes from within a pipeline.
Thanks

Re: Setting session attributes in a pipeline

Posted by Philippe Guillard <pg...@citycita.net>.
I suppose you neeed that:
<map:act type="session-propagator"> 
              <map:parameter name="foo" value="bla"/>
</map:act>

With that in components declarations: <map:action 
name="session-propagator" logger="sitemap.action.session" 
src="org.apache.cocoon.acting.SessionPropagatorAction">

Phil

Gerry Kaplan wrote:

>Is there any way to set session attributes from within a pipeline.
>Thanks
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org