Re: After specified browser activity
From: Michael Pearson (michaelp_extrajunktoremove_at_televox.com)
Date: 03/08/04
- Next message: Colin Basterfield: "Re: Default.aspx - newbie Q`"
- Previous message: Suresh: "RE: Binding data to a DropDownList"
- In reply to: Robert Baker: "After specified browser activity"
- Next in thread: Steven Cheng[MSFT]: "RE: After specified browser activity"
- Messages sorted by: [ date ] [ thread ]
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
>
>
- Next message: Colin Basterfield: "Re: Default.aspx - newbie Q`"
- Previous message: Suresh: "RE: Binding data to a DropDownList"
- In reply to: Robert Baker: "After specified browser activity"
- Next in thread: Steven Cheng[MSFT]: "RE: After specified browser activity"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|