cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

could not find the session values in that mashup?

bmarimuthu-2
1-Newbie

could not find the session values in that mashup?

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?

1 REPLY 1
ankigupta
5-Regular Member
(To:bmarimuthu-2)

Bavithraa Marimuthu​,

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.

Top Tags