Is there any way within a sub-sitemap or pipeline,
*regardless* of the request URI (in other words,
for any request received by the sub-sitemap or pipeline),
to

1) ensure a session exists and is valid,
2) create a session if one does not exist or is not valid,
3) set session attribute defaults for newly created sessions
4) proceed with matching steps

*without* using a <map:redirect-to session="true" .../> directive?

I have been unable to determine how to do this short of a custom action
class
(similar to SessionIsValidAction) which creates a session if one does
not exist or is invalid.

Regards,

Gary


---------------------------------------------------------------------
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]>

Reply via email to