We are trying to embeddable a WEB but this WEB uses sessions. The session seems to get lost because if you use the same browser but bypassing PureCloud it works. So the problem seems to be related to a SESSION PERSISTENCE issue.
Is it the embeddable framework portion that is not working or is it the application you are embedding the framework into that is not working? Also what specifically are you seeing happen (ex. page not loading, not remembering the user session, not receiving interactions, etc)?
We have an embedded page in a PureCloud's integration. This page generates sessions, this sessions are created with 'session', they store data to validate the information that is presented to them. When you navigate this page within PureCloud the sessions are lost, but outside the page works and we can store the sessions. How can we work sessions on one page within PureCloud?
It sounds like you're describing the behavior of your web app differing between when it's running as an embedded app in Genesys Cloud vs when it's run in a browser tab on its own. Note that an embedded app is entirely separate from the embeddable framework. When you load a web app as an embedded app in Genesys Cloud, it just loads the configured URL in an iframe. I'd recommend engaging the dev or support team for the app you're embedding to troubleshoot how it's managing its session information and why it's shared in a browser tab but not in an iframe.