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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Get the session variable related to the parent page

vgarg
6-Contributor

Get the session variable related to the parent page

How to get a session variable for the state of the child page created from the parent page. Is there a session variable or something which waits for the child to exit ?

2 REPLIES 2
jamesm1
5-Regular Member
(To:vgarg)

You have to use the CurrentSessionInfo resource at the parent level and run the service GetGlobalSessionValues, usually on a refresh timer.

vgarg
6-Contributor
(To:jamesm1)

Thanks James!

Top Tags