Consultor Eletrônico



Kbase P109385: How to make a page expire after it has been idle for a period of time?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

How to make a page expire after it has been idle for a period of time?

GOAL:

How to make a webspeed page expire?

FACT(s) (Environment):

WebSpeed 3.x

FIX:

Pages are dynamically created by webspeed on server side and the following HTML tag can be used to achieve this behavior:

<META HTTP-EQUIV="Refresh" CONTENT="3;URL=http://myurl/myfile.html">

In the "CONTENT" attribute a delay in seconds before the browser automatically reloads the document can be specified. Optionally, an alternative URL to load can also be specified.