|
-
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.
-
Jan 17th, 2001, 08:45 AM
#2
Lively Member
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
-
Jan 18th, 2001, 02:47 AM
#3
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|