Hello.
I use Page 0 variables that are displayed in a Page 0 region. This variable is then displayed in all pages of my application.
The problem is:
I save a value to Page 0 using Set_session_state and the value is set fine.
The problem is that it does not refresh the value on the page. Only when I move to another page does the Page 0 variable refresh and show correctly at the top of the page.
What am I doing wrong? Previously I had no problems showing session state, but when I moved to a pop-up window, my problems began. Now have to move to another page in order for the latest Page 0 values to display.
Thanks in advance for your help!!