Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.