Local Storage not saved in Iframe when the parrent is a different domain in incognito window

We have a sort of widget/web app which we serve in an Iframe on 3rd party sites, so the Iframe domain and the parent window site domain are different, however, when users try to log in incognito, the Local Storage we use to store our token doesn’t work, due to “tracking”. Is there any alternative to the Local storage we can use?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.