Hi, all,
I have fixed this issue.
It's because the session issue of PHP in iframe, PHP will lost the
session variables if the page is load in an iframe.

Just put "$this->response->setHttpHeader("P3P", 'CP="CAO PSA OUR"');"
in the actions, it works fine, :-).

Thanks.

On Jul 14, 10:00 am, Daniel <[email protected]> wrote:
> Hi,
>
> I'm on a symfony project, some of our page need in iframed in other
> systems (with different domain), I found that the flash variables
> works will if we view the pages directly, but if we visit them in the
> iframe, the flash variable will lose (IE6).
>
> It works fine in firefox.
>
> event if I use the same domain for the iframe page and directly access
> in my debug environment, the iframe page still lose the flash
> variables.
>
> I have checked a post in the group with flash lose issue, all the
> causes of the issue in the post not exist in my project.
>
> My environment: Windows XP SP2, Apache 2, PHP 5.2.6, Symfony 1.1.4.
>
> Anybody has some ideas?
>
> Thanks.
> Daniel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to