We are running local install of Apex 22.2 (going into 23.2 soon).
We have many businesses directed small applications which users may run at the same time. Unfortunatelly, as the use of Apex in the organization grows we are facing a problem of not able to run the applications at the same time. E.g. having one application open already and signing into another apex applications forces the logout from the first application.
We are using “Custom” session sharing for all applications with custom cookie name. This allows as to call pages from one application to be visible in the other application - either modal or full size page. While trying to solve the original problem I mentioned we switched from “Custom” session sharing to “Workspace Sharing” Even though it looks like the force logout problem is fixed by this, however, the links to other application pages from another application stopped working and showing the “session expired” error.
Does anyone has a solution of how to make all the applications work nicely together without the above problems.