Flash Builder 4 debug issue
Posted
by Tempname
on Stack Overflow
See other posts from Stack Overflow
or by Tempname
Published on 2010-04-02T21:47:03Z
Indexed on
2010/04/02
21:53 UTC
Read the original article
Hit count: 248
I am trying to debug an application in Flash Builder 4.
The application I am working makes use of php session variables to ensure that the user is logged in.
When not debugging, after logging in I can simply path to the container html file and everything works fine. However, when I am debugging a new IE window is launched but for some odd reason the previously logged in php session does not exist for this window.
Is this an issue with IE?
© Stack Overflow or respective owner