Question:

Script timed out (ASP) How can I overcome this problem?

by  |  earlier

0 LIKES UnLike

I am using classic ASP. how can I overcome this problem? what code should I use to make it expire in 60 minutes etc?

 Tags:

   Report

1 ANSWERS


  1. <%

         script.Timeout = 1000 * 60 * 60

    %>

    1000 milliseconds * 60 seconds * 60 minutes = 1 hr

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.