Easy Tutorial
❮ Met Contents Removeall Sess Met Deletefolder ❯

ASP Timeout Property



The Timeout property sets or returns the timeout period for the application's Session object in minutes. If a user does not refresh or request a page within this timeout period, the session is terminated.

Syntax

Parameter Description
nMinutes The number of minutes a session can be idle before the server terminates it. The default is 20 minutes.

Example


❮ Met Contents Removeall Sess Met Deletefolder ❯