Volker Schneider wrote:
>
> Hi Carsten,
>
> but if I set the "session" attribute to "false" in map:redirect-to, then I
> would think that I can force cocoon to avoid adding the session
> id this way.
No, setting this attribute to "true" means, that a new session is created
if not already available. Setting to "false" is the default and does not
touch the session, which means if a session is existent it's still there,
if not then no new session is created.

> In my opinion this must be a bug.
As a pointed out, I *guess* (it's only a guess because I saw this several
times) it's a bug in the servlet engine.

However, as a workaround, it might be possible to first terminate the
existing session via an action and then do the redirect (if the flow
of the web application allows this).

Carsten

Carsten Ziegeler
Open Source Group, S&N AG


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to