I am upgrading my projects from Flex 3 to Flashbuilder 4.5. The final swfs are part of a bigger web site that requires authentication.
In Flex 3, I could open a IE browser window, log in, leave that window open, then when I debugged an SWF, it opened a new browser window but the authentication that created in the other window was valid for my debugging session. In FB 4.5, it looks like my authentication is lost which makes debugging very difficult or impossible. The authentication is stored in cookies in the browser, any ideas?