Hi everyone,
I've been looking into ways to manage multiple tabs in Oracle APEX applications without session state conflicts. While I found some valuable resources like:
- [Think Oracle APEX with Sam Khalaf]((https://thinkoracleapex.blogspot.com/2018/10/apex-multi-tab-session-collision-issue.html?sc=1731511721186#c1575867580554669754)
- Apex Insum #38
Unfortunately, these solutions don't seem to work seamlessly with friendly URLs.
My current JavaScript skills are limited, so I'd be incredibly grateful if anyone could help me modify the JavaScript code in the first article (Think Oracle APEX) to support friendly URLs. This would allow users to open the application in multiple tabs without data conflicts when using (friendly URLs) application setting.
Thanks in advance for your assistance!