Hi, Here are a few ideas:
1. Also verify that your code does not have this anywhere session.timeout = 20 'set timeout to 20 minutes 2. Verify that your virtual directory is an Application 3. Verify that you are supporting Cookies in your browser. 4. Create a test application and set the session timeout to 3 or 5 minutes and verify that that one times out. 5. You might want to write a record to a file / table in the Session End handler to record the exact time the session end event fires. GetSmartPaul -- In [email protected], "peter_brunone" <[EMAIL PROTECTED]> wrote: > Hi Erwin, > > Can you show us the syntax you used to set the timeout, and where > you set it in global.asa? It's possible that something might be wrong > with your code, or that the setting is being overridden at the page > level. > > Also, what indicates that the session is not expiring? There may be > something else going on here, but we'll have a better idea when we know > more about the situation. > > Cheers, > > Peter > > --- In [email protected], Erwin Rommel Felix > 2000A <[EMAIL PROTECTED]> wrote: > > I set the session timeout of my asp classic > > application to 10 mins in the global.asa but still the > > session does not expire after 10 mins. what should I > > configure to make this work. thanks. > > > > Erwin Rommel Y. Felix > > Tel. 8410111 loc. 11430 > > Mobile 09185980706 > > > > "Never outshine the Master Chicker" Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
