HI All,
Using APEX 5.1.2. I have a modal dialog box which opens up when a button is clicked on the main calling page. The user then clicks another button to populate some items in the session in the modal dialog page. On close the page returns to the main calling page.
On close I want the modal page items to be reset. However, on open the dialog box the same page items are still fetched from the session. How to do target session reset.
Thanks