Hi,
I have a visio button that opens another page as a window to display router control. I am initialising the router control session variable at page level by using InitVar as below and the values are set to something different when needed.
The problem is that the visio seems to hold the last value of the session variable even though the page(window) is closed so when we reopen the screen, the values are still the last value set from the previous opening instead of the initialised values.
Is there any way to reset the session variables when the window is closed so that the session variable keeps initialised when the window is opened? I will look forward to hearing from you soon.
Thanks
Paul.
Hi Paul,
Can you make use of a PageVariable instead of a SessionVariable?
Hi Jens, please see my comment in separate answer.