How to send global variables by POST | GET | SESSION

Hi Everyone!
It’s apparent how a an app receiving a variable can choose to receive by session / post or get but could someone please point out how to change how the referring app SENDS the variable
Appreciate any tips – thanks

Re: How to send global variables by POST | GET | SESSION

You can go to the left menu in your app

select application item and you can see global variables.

Is the app is reciving the variable you must ser as IN
else if the app are creating the variables you must set Out.

I hope this help