Setting up Auto logoff using frontpage ASP pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone have a script to automatically logoff users after a period of
inactivity?
 
By default all ASP sessions expire after 20 minutes of inactivity or the user closes their browsers.
So if you are using an ASP login script, the users will automatically be logged out.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
PS
And, although generally not recommended, you can change that 20 minutes to anything using
For 15 minutes use
<% Session.Timeout = 15 %>

--




| By default all ASP sessions expire after 20 minutes of inactivity or the user closes their browsers.
| So if you are using an ASP login script, the users will automatically be logged out.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WebMaster Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| If you feel your current issue is a results of installing
| a Service Pack or security update, please contact
| Microsoft Product Support Services:
| http://support.microsoft.com
| If the problem can be shown to have been caused by a
| security update, then there is usually no charge for the call.
| ==============================================
|
| | > Does anyone have a script to automatically logoff users after a period of
| > inactivity?
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top