Jdeveloper 11.1.2.4.0, Release 2
Hi,
I'm fairly new to adf so please bare with my questions.
On the adfc-config.xml I have the following flow:

getUser.jspx is actually a login form.
The login is done the old fashion way: through a select from a database table containing users information.
If login is successefull, and the user is redirected to good.jspx page, I want in this page to have some info about the logged in user. For that I need to set some global variable right in the moment of the login.
Could you please indicate me how I cat set global variables at that point?
Thank you