Redirection to a servlet deployed on SWF from a desktop application based on Adobe Air: KO Hello,I need help,We developed a html browser based on "Adobe air" to run flex application(SWF) and replace normal browsers (IE, chrome, ..).It works perfectly, it runs web application based on Flex, but we have in our application a link that opens a servlet which opens in an external browser(or tab for IE, chrome,..) , in adobe air so we loses the session and we cannot access to servelet.I have already tried puting the headers that contain the session ID in the URLRequest, but it shows me an error with the navigateToURL (request) method: SecurityError: Error #3769: Security sandbox violation: Only simple headers can be used with navigateToUrl() or sendToUrl(). When using the URLLoader object with the load method the request returns data, no session problem and it keeps the same session. But it doesn't open the content in a new window. request.requestHeaders.push(new URLRequestHeader("SESSIONID", sessionId));request.requestHeaders.push(new URLRequestHea