Results 1 to 3 of 3

Thread: asp value timeout

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    16
    I want to know what is a "time out" time for a value sent by asp file. And how to change this time.

    script which sends value to next asp file is like below

    <a href="/scripts/test/test.asp?test=<%=test%>"></a>

    Then next asp file receive and holds? the value like below

    test = request.querystring("test")

    How long this value is held when I leave this second asp page open for a while. It seems value vanishes in a time.

  2. #2
    Lively Member Backbraker's Avatar
    Join Date
    Dec 2000
    Location
    Lummen, Belgium
    Posts
    117
    a time-out is an amount of time set on your server wich resets stuff like session-variables, querystrings, etc...

    You can solve that problem by putting them in a variable...
    Breaker

    (VB 6.0 ENT SP3 WIN 2000 PROF)=> WORK
    (VB 6.0 ENT SP3 WIN ME)=> HOME -> Upgrade to .NET is coming

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    16

    thanks!

    Thanks for your reply.

    I put " Session.Timeout= * (min, MAX 24H) " then I could change the tioneout value of asp.

    I first put 2000 min which was over MAX time. Then server ignore this line and session timed out in 20 min (default)!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width