Skip to main content
1-Visitor
September 20, 2017
Question

Get the session variable related to the parent page

  • September 20, 2017
  • 1 reply
  • 1369 views

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 ?

    1 reply

    5-Regular Member
    September 21, 2017

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

    vgarg1-VisitorAuthor
    1-Visitor
    September 23, 2017

    Thanks James!