I was reading here that synchronous ajax calls in jquery don\'t time out.
Is this a technical limitation, or just something the authors didn\'t feel like supporting
Indeed, is something related to the nature of AJAX request, jQuery cannot modify this.
I think timeout should be implemented in the server side in those cases.