How to duplicate pages in Oracle APEX 4.2 without overwriting the in-session value of the items?
Oracle APEX Version 4.2
Oracle Database 12c.
When running a page of an application in Oracle APEX, I have a problem when duplicating the tabs, since in this page I load values in Session in items of the page that I use to later store in the database, but when I duplicate the tab in the browser and load in this tab new values to the items and update the first page with F5, the values in session of this page are replaced with the values of the second tab that was duplicated.
Is there a possibility that for each tab that I have on the same page, the session values of each tab are preserved and not overwritten?