views:

712

answers:

1

Hi,

How can I set the session timeout using ASIHTTPRequest ?

Thanks

+2  A: 

Hey Dave,

You can set the default timeout for ASIHttpRequest by using:

    [ASIHTTPRequest setDefaultTimeOutSeconds:20];

Is that what your looking for?

JPoz

jpoz