Juan Carlos Pérez
01-Jun-2025 08:15:24
Hello friends! It's been a while since I stopped by here, and I'd like to present a situation I'm facing, which you've likely encountered before. I have an ERP system developed with APEX, and users often open multiple tabs in the same browser—meaning multiple tabs that share the same session. In the forms I use, many items are stored at the server level because dynamic PLSQL processes are required, and although users know they "shouldn't open the same form in different tabs," the reality is that they don't always follow that rule. This results in data "collisions" that cause very annoying and potentially dangerous issues.
So, my first question is whether there is a "native" way to prevent value collisions on the server, and if it's not possible natively, how could I solve the problem I'm describing? I'm using APEX 24.1 on a self-managed server. I look forward to your feedback and appreciate your help.
Kind regards.