I have a JavaScript application, which does Ajax calls to the web server. The JavaScript application sets a timeout of 2 minutes and Ajax calls usually take more than 1 minute.
When I run the application in Safari, the Ajax calls do not timeout and are successful.
When I run the application in an OS X native application using the WebKit framework, the Ajax calls time out after exactly 1 minute always.
Any suggestions are very welcomed.