Declare Pages form
|
Use this tab to allow two additional ways to refresh or delete the declarative page.
Field |
Description |
Allow external expiration requests? |
Select to allow a function call to mark the declarative pages created by this rule as expired, so that the load activity is called the next time a requestor attempts to access them. BUG-3808 If selected, other parts of your application can call the standard function @ExpireDeclarativePage(tools, PageName) to mark a page as expired. |
Allow idle timeout? |
Select to force the system to delete the declarative page after an interval of at least 24 hours passes with no access. Subsequent attempts by a requestor to access the declarative pages cause the page to reload. MIRAT 10/21/09 If cleared, declarative pages of scope This checkbox affects only pages of scope
You can change the timeout period from 24 hours (86,400 seconds) to a larger or smaller value by
adding a setting to the <env name="DeclarePages/DefaultIdleTimeSeconds" value="nnnnn" /> where nnnnn is in seconds. |
Administration | |
Flush Page |
As a debugging aid, click to mark the declarative page produced by this rule as style. The page is recreated whenever it is next accessed. ERNSG 2/13/09 BUG-5802 REJECTED
If this rule defines a
|