Skip to main content
Inspiring
March 12, 2010
Question

expire a page

  • March 12, 2010
  • 1 reply
  • 353 views

I have an application running that should only be accessible between certain dates. What is a good way and/or example of expiring page so that once the end date is reached it will inform the user that the application has been disabled. TIA

This topic has been closed for replies.

1 reply

Inspiring
March 15, 2010

You could add some logic to your Application.cfc/cfm file to check the date on each page request.  If the date is not valid for your application then display a message to the user, else execute normally.