Hello!
 
I want to access the session context set by the authentication framework in my flowscript, because I want to set a form input field to a specific session value.
 
How can I access the XML structur in the session?
 
Auth XML structure is:
<authentication>
<ID>12345</ID
<role></role>
<data></data>
</authentication>
 
Now I want to set this ID value in my flowscript. "var id = cocoon.session.authentication.ID;" doesn't work.
 
Regards,
Christian

Reply via email to