Skip to main content
Inspiring
January 29, 2008
Question

Refresh limit?

  • January 29, 2008
  • 3 replies
  • 249 views
This code refreshes correctly:
<% Response.AddHeader "Refresh", "5;URL=page.asp" %>

This code does not refresh:
<% Response.AddHeader "Refresh", "1140;URL=page.asp" %>


Is there a limit on how many seconds I can use?
This topic has been closed for replies.

3 replies

Inspiring
January 30, 2008

> Yes, absolutely positive.

Hmm...well, a suggestion: Set up 19 pages, each set to 1 more minute of
refesh than the one before.

Open up 19 browsers setting each one to each of the 19 pages, then go to
lunch.

See which time limit it stops at.

It's an interesting question. I'd love to know the answer myself.

-Darrel


Inspiring
January 29, 2008
> That's 19 minutes. Are you sure you waited that long to make sure?


Yes, absolutely positive.
Inspiring
January 29, 2008
> This code does not refresh:
> <% Response.AddHeader "Refresh", "1140;URL=page.asp" %>

That's 19 minutes. Are you sure you waited that long to make sure?

-Darrel