Re: After specified browser activity

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Michael Pearson (michaelp_extrajunktoremove_at_televox.com)
Date: 03/08/04


Date: Mon, 8 Mar 2004 15:20:30 -0600

You can use Meta Refresh to handle this. When the page loads a "timer"
starts counting seconds. When it reaches zero, it will send them to
whatever page you tell it. Note: It does NOT care about activity. It only
cares about time. If you find something that is bound to "activity", let me
know.

This code wil redirect the user to logoff.asp after 20 minutes.

<html>
<head>
<title>My Tital</title>
<META HTTP-EQUIV="REFRESH" CONTENT="1200; URL=logoff.asp">
</head>
<body>

Michael

"Robert Baker" <zxytek@hotmail.com> wrote in message
news:u4DIBIUBEHA.2484@TK2MSFTNGP12.phx.gbl...
> Hello, All!
>
> I am seeking the correct technique so that after a specified interval of
> inactivity the site's users are automatically directed to a login page.
> Note we are not using integrated security, just a SQL lookup when they log
> in the 1st time.
>
> Thanks,
>
> Robert Baker
>
>



Relevant Pages

  • Re: After specified browser activity
    ... When the page loads a "timer" ... starts counting seconds. ... When it reaches zero, ... It does NOT care about activity. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Virus?
    ... my daughter's computer keeps shuting down everytime she ... A timer appears counting down to ... zero and then shuts down.Please tell me what can I do? ...
    (microsoft.public.inetserver.iis.security)
  • Re: libCrun symbol "zero_ints"
    ... somewhat obvious answer that "zero_ints" simply initializes integer ... variables to zero. ... I guess the problem is I don't know if I care. ... values of SPARC registers at the time of the crash, ...
    (comp.unix.solaris)
  • Re: [patch 6/13] signal/timer/event fds v9 - timerfd core ...
    ... takes care, ... of the periodic order, i.e. on a different time frame. ... Where is the win of keeping the timer running, ... the same time have the ability to report you missed ticks. ...
    (Linux-Kernel)
  • Re: [patch 6/13] signal/timer/event fds v9 - timerfd core ...
    ... takes care, ... of the periodic order, i.e. on a different time frame. ... Where is the win of keeping the timer running, ... the same time have the ability to report you missed ticks. ...
    (Linux-Kernel)