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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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