Skip to main content
May 23, 2007
Question

Session Times Out

  • May 23, 2007
  • 1 reply
  • 257 views
Hi. I have an asp application developed 100% by the built-in Dreamweaver ASP development tool. Once the users are logged on to input data in the database, the session is timing out too soon so that they have to reinput their logon/password. What code needs to be added and where specifically to extend their logon time? It seems like it is timing out in two minutes. It is a small application. Thanks.
This topic has been closed for replies.

1 reply

Inspiring
May 24, 2007
use this code:
<% Seesion.Timeout = 20 %> for twenty minutes

to check the time set put this code on your page:
<% Session.Timeout %>