Hello,
We have a use case where an application and its associated plugins need to run within the same session.
Currently, the main application launches successfully, but it cannot load the required plugins.
This issue also occurs when a user opens one published application and then launches another; the sessions are different, preventing data generated in the first session from being inherited by the second.
Example Scenario:
- An EBS administrator successfully opens the EBS web application via PAM.
- When they attempt to launch DataLoader from PAM, the application opens, but the tables are empty, indicating that session data is not inherited.
Key Questions:
- How can we ensure that all applications launched by a user (e.g., EBS and its related plugins) start within the same session?
- Is it possible to package applications together so they always launch in the same session for a specific user?
- For other applications that are not part of the packaged group, how can we allow them to launch separately in different sessions as needed?
- Are there any configurations in Safeguard PAM, RDS, or remote application policies that ensure session continuity between multiple dependent applications?