ASIHTTPRequest set timeout
asihttprequest, iphone
Solution
You can set the default timeout for ASIHttpRequest by using:
[ASIHTTPRequest setDefaultTimeOutSeconds:20];
Is that what your looking for?
Problem
How can I set the session timeout using ASIHTTPRequest ? Thanks