MMM-iFrame
MMM-iFrame copied to clipboard
inherit cookie from iframe parent object?
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?
You'd have to see if it will or will not work. Most likely not due to security around cross site scripting.