If you use authentication framework all values of authentication context are
returned to the sitemap. Thus you can pass those values to your flowscript.

See:
http://cocoon.apache.org/2.1/developing/webapps/authentication/pipeline_patt
erns.html


Furthermore you can use the SessionContext Input Module:

<map:transform src="foo.xsl">
        <map:parameter name="role"
value="{session-context:authentication/authentication/role}"/>
        <map:parameter name="login"
value="{session-context:authentication/authentication/ID}"/>
</map:transform>

See: http://cocoon.apache.org/2.1/developing/webapps/contexts.html#N1010E

Kai

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag
von Peter Sparkes
Gesendet: Samstag, 27. Mai 2006 08:37
An: users@cocoon.apache.org
Betreff: Flowscript - authentication session data


Hi

Please, how can I get data from an authentication session into Flowscript.


Peter Sparkes

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


__________ NOD32 1.1561 (20060526) Information __________

Diese E-Mail wurde vom NOD32 antivirus system geprüft
http://www.nod32.com



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

Reply via email to