Hello community,
I have an oracle apex app.
My app is supposed to be integrated on my clients web sites as an iframe. This is something which works very badly since Safari doesn't accept third party cookies (cookies of my app are considered third pary cookies). Chrome will end accepting third party cookies as of next year as well and already blocks them on incognito mode. So my app keeps showing the error : your session has expired since it's unable to create the cookies on the browser.
My app pages are public and don't require any authentication scheme.
I was wondering if it's possible to make apex app work without Cookies.
Thanks. cheers,