I am using asihttprequest to connect and submit data. I use the timeout option but it is not working!
[request setTimeOutSeconds:20];
[request setDelegate:self];
[request startAsynchronous];
It continues to timeout in 10 seconds which is the default value. Anyone had the same problem? The data i send is a string with 3 letters.