Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Refresh limit?

LEGEND ,
Jan 29, 2008 Jan 29, 2008
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?
TOPICS
Server side applications
252
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 29, 2008 Jan 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


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 29, 2008 Jan 29, 2008
> That's 19 minutes. Are you sure you waited that long to make sure?


Yes, absolutely positive.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 30, 2008 Jan 30, 2008
LATEST

> 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


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines