Connecting Tech Pros Worldwide Forums | Help | Site Map

How to refresh web page so it does not timeout after 20 mins with no activity

Sandy
Guest
 
Posts: n/a
#1: Jul 23 '05
We have a web report that times out after 20 minutes if there has been
no activity on the report. The timeout is set at the application
level and I am unable to get this adjusted. I would like to refresh
the current screen after 15 minutes if there has been no activity by
the user on the web report. Can someone provide me any ideas on how
to write the javascript to determine if there has been 15 minutes
without any activity.
Thanks.
Sandy



Grant Wagner
Guest
 
Posts: n/a
#2: Jul 23 '05

re: How to refresh web page so it does not timeout after 20 mins with no activity


Sandy wrote:
[color=blue]
> We have a web report that times out after 20 minutes if there has been
> no activity on the report. The timeout is set at the application
> level and I am unable to get this adjusted. I would like to refresh
> the current screen after 15 minutes if there has been no activity by
> the user on the web report. Can someone provide me any ideas on how
> to write the javascript to determine if there has been 15 minutes
> without any activity.
> Thanks.
> Sandy[/color]

I'm not sure what you mean by "no activity". But what's wrong with:

<meta http-equiv="refresh" content="900; URL="thispage.asp">

(note: may not work in user agents where meta refresh can be disabled)

--
Grant Wagner <gwagner@agricoreunited.com>
comp.lang.javascript FAQ - http://jibbering.com/faq

Closed Thread