Declare Pages form
|
|
This tab is not used for Load Only
declarative page rules.
For Read Only
pages, 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. 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. 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.
As an alternative to the prconfig.xml file, you can use Dynamic System Settings to configure your application. |
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.
If this rule defines a |