views:

210

answers:

0

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?