views:

14

answers:

0

Hi,

We've built an adobe air app that logs in and communicates with our server using ajax calls.

However, there appears to be a problem with the App on computers which switch networks often. Such as laptop users who travel. The issue is that for some reason the app's ajax calls timeout and don't reach the server, even though the user can access the server using their browser.

It would seem to me that Air caches the route or something because the only thing that changes in there scenarios is the users point of connection.

Does anyone have a suggestion on what the issue could be and how to resolve it?

I've read the details on this page http://help.adobe.com/en_US/air/html/dev/WS5b3ccc516d4fbf351e63e3d118a9b8f6c0-7ffe.html, yet I am unsure as to whether any of the methods there will actually solve this problem.

Any direction or help will be greatly appreciated.

G