I'm fighting with session contexts.
I write a new session context (named "exceptions") in a flowscript.
If I call a pipeline that contains an auth-logout action that context is
deleted.
As sample:

      <map:match pattern="do-logout">

        <map:act type="auth-protect">
          <map:parameter name="handler" value="ldaphandler"/>
          <map:act type="auth-logout"/>
        </map:act>

        <map:redirect-to uri="test-session" session="true"/>
      </map:match>

If I commented out the auth-logout action works all fine otherwise
"{session-context:exceptions/...}" is empty.
It seems auth-logout action deletes all the session contexts. Is it true?

Any suggest?

Alberto


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

Reply via email to