Hi,
How can I set the session timeout using ASIHTTPRequest ?
Thanks
Hi,
How can I set the session timeout using ASIHTTPRequest ?
Thanks
Hey Dave,
You can set the default timeout for ASIHttpRequest by using:
[ASIHTTPRequest setDefaultTimeOutSeconds:20];
Is that what your looking for?
JPoz