aharui commented on issue #559: Issue in MaskedDateField extends DateField URL: https://github.com/apache/royale-asjs/issues/559#issuecomment-554496595 Did the Flex app also get a Fault event in this Setup? It looks to me that the Fault Handler (fn_HandleFault) is not written correctly. I don't think the Fault Handler can expect that currentTarget is set as the Fault Handler is called from the AsyncToken responders and not called via dispatchEvent (until later). The Fault being sent to the Fault Handler is: "Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies. Session cookies must be enabled to manage the client connection correctly" So if the Flex application did not get a Fault, but the Royale application is, then you will have to resolve why that is as well as fix up the code in fn_faultHandler
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
