You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by beyaNet Consultancy <be...@ntlworld.com> on 2004/02/04 19:02:53 UTC

Session problem

Hi,
I am setting a sitemap, which on success of an action, redirects to  a 
map:match call. I have set the session option of true as well but I am 
getting a 'Resource not found' error.

My code snippet is:

...............
	<map:redirect-to uri="support/home" session="true" />
</map:act>

<map:match type="sessionstate" pattern="*">
	............
				
	<!-- protected pipelines go here -->
	<map:match pattern="support/home">



What am I doing wrong here? What I expect to happen is upon the session 
attribute of the map being set to true, it maps to match 
type="sessionstate"!!

many thanks in advance