If you have a XML in the authentications context like:

<authentication>
...
  <DATA>text</DATA>

...
</authentication>

In flow:

var authContext = contextMan.getContext("authentication");
var dataFrag = authContext.getXML("/authentication/DATA");
var data = "">

The variable data have the value: text


En/na [EMAIL PROTECTED] ha escrit:

How does one access from the Flow the custom data one has set up in the authentication XML snippet?

All I see are <session:getxml> and <session:setxml>.


-- 
Josep A. Frau <[EMAIL PROTECTED]>
Centre de Tecnologies de la Informació
Universitat de les Illes Balears


Reply via email to