when a url is accessed for a page that cannot be found in the pagemap it is considered an expired page.

so basically you create a page, some time passes and that page is removed from the pagemap via the page eviction strategy. so if you go back to that page and click a link, that url will try to retrieve the page from the pagemap, and since the page cannot be found you get the page expired page.

you can set your own via Application.getApplicationSettings().setPageExpiredErrorPage()

-Igor


On 2/20/06, Nick Heudecker < [EMAIL PROTECTED]> wrote:
I'm getting unpredictable exceptions about expired pages, so I'm requesting some information about them.  I'm using the latest snapshot of 1.2 (core and extensions).

What causes pages to be expired?
How can I prevent pages from throwing expiration exceptions?
If a page is expired, how can I present a custom page to the user?

Thanks for the information.

Reply via email to