Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Session Times Out

New Here ,
May 23, 2007 May 23, 2007

Copy link to clipboard

Copied

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.
TOPICS
Server side applications

Views

231
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
May 24, 2007 May 24, 2007

Copy link to clipboard

Copied

LATEST
use this code:
<% Seesion.Timeout = 20 %> for twenty minutes

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

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines