Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you increase session.timeout?
Message
De
21/12/2001 11:22:46
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
How do you increase session.timeout?
Divers
Thread ID:
00597361
Message ID:
00597361
Vues:
42
I have an asp application (written with VBScript). User fills in a form & then submits/saves it. The form is kinda long & I find that users like to take their time filling in the form (while they answer phone, drink coffee, etc.). Anyways, by the time they are ready to submit, all the session variables are lost. I figured the page has expired (?). I've read somewhere that I need to increase session.timeout (default=20 min?) in global.asa.

Here's what I have saved in a file called global.asa:

SCRIPT runat="server" language="vbscript"
SUB session_onStart
Session.Timeout=180
END SUB
SCRIPT

I thought it should work, increasing timeout to 180 min (3 hrs), but it didn't. Maybe I did not place the global.asa file where it should be?
Where should it be: the same directory as where my start page login.asp??
Thank you all!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform