Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Handling page expiry

Guest
Aug 17, 2016 Aug 17, 2016

Hi,

  Would like to know how to set up a page expiry in coldfusion 11.

  

  

  Scenario is once a customer placed an order on a shopping cart and order

  completion page is shown and if the user tries to refresh the completion screen,  he should be shown a message saying page expired/order details sent to the mail.

 

It would be helpful if you can give your suggestion regarding how to handle the page expiry.

TOPICS
Getting started
387
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 28, 2016 Aug 28, 2016
LATEST

Have you tried the obvious page-expiry solution, namely the HTML meta tag,

<META HTTP-EQUIV="EXPIRES" CONTENT="-1">

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources