How to use GetGetGlobalSessionValues() to get the session variable of a dropdownlist?
I got a problem with some session parameters that i'm sending to another mashup, the thing is ,after I redirect from one mashup to another , I could not find the session values in that mashup?
GetGlobalSessionValues() returns an Infotable with column as Session variable and first row as it's value.
You can use Infotable.rows[0].SessionVariableName to read the corresponding the Session variable parameter.
Do let me know if you still face any issue.