You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
I am using this module to display a page that requires login. Because the iframe appears to be separate origin from the parent application, cookies are not persistent and thusly login is not persistent after system/app reboot or iframe regeneration.
Is there a safe way to allow the src object cookies to propagate to the iframe - perhaps with same-origin sandbox attributes?
The text was updated successfully, but these errors were encountered:
I am using this module to display a page that requires login. Because the iframe appears to be separate origin from the parent application, cookies are not persistent and thusly login is not persistent after system/app reboot or iframe regeneration.
Is there a safe way to allow the src object cookies to propagate to the iframe - perhaps with same-origin sandbox attributes?
The text was updated successfully, but these errors were encountered: