Hi, I use this sitemap fragment to change the "locale" session variable on my site. the variable is set in the .xsp, obtained from a request variable.
When I run this fragment with serialize on the end, it runs fine. however, when I change it to redirect, the session data disapears. is this a known behavior ? <!-- Set language --> <map:match pattern="set-language"> <map:generate type="serverpages" src="logic/changeLanguage.xsp"/> <map:serialize/> <!-- map:redirect-to session="true" uri="servicos/home.section"/ --> </map:match> thanks Ricardo --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>