|
-
Jan 17th, 2001, 06:01 AM
#1
Thread Starter
Junior Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|