Skip to main content
ajithman
Inspiring
March 5, 2009
Question

Aviod page reload when user hits back button

  • March 5, 2009
  • 1 reply
  • 567 views
Hi
I got 2 coldfusion pages A and B. When i click a link from page A it goes to page B. When i click the back button of the browser from page B the page A refreshes and shows. I dont want the page A to reload when the user hits the back button of the browser (so that all data remains as it was) from page B.
is there any method to cache the page and show? Or are there any other methods? Pls help. I am running this project in Model Glue architecture (i dont know whether that makes any difference)
This topic has been closed for replies.

1 reply

Inspiring
March 5, 2009
Normal behaviour is that going back does not cause a page to reload. You might be doing something to make that happen. If you can figure out what it is, then you can stop doing it.