iframe没有从Safari中的其他域加载内容?

时间:2016-05-19 07:54:50

标签: javascript php html iframe safari

我有一个iframe,它假定根据作为get参数提供的给定ID显示来自另一个域的内容。

<iframe src="https://xxxxx.xxxxxxx.com.xx/Home/Customer?Code=<?php print_r($_SESSION['xxxx']); ?>" frameborder="0" allowfullscreen height="780" style="width: 124%;"></iframe>

这在Chrome上正常运行但在Safari中显示未登录状态。 (未提供id时的页面)。 它可能是第三方cookie问题。我不知道如何克服它。

请帮助!

0 个答案:

没有答案