I define a variable in session:
[variable] = {field};
global variable in application
[variable] is defined as output Session.
I understand that throughout the application I can call this variable at any time.
Well, I’m doing something wrong because it does not work me.
Can anyone give me an example of how to generate session variables and how to call them.
thanks