just a hunch.. try putting
<CFHEADER NAME="Expires" VALUE="Sun, 06 Nov 1994 08:49:37 GMT">
<CFHEADER NAME="Pragma" VALUE="no-cache">
<CFHEADER NAME="cache-control" VALUE="no-cache, no-store, must-revalidate">
in ur application.cfm.. this might make the page get a fresh copy and not use the cached copy..
cheers
-r
Main Topics
Browse All Topics





by: anandkpPosted on 2003-01-22 at 20:35:42ID: 7788589
Hi,
the "page expired" page cannot be controlled by u - its the browsers property which tell the users that the browser cannot get the page from the cache as it was a result of a form submision / db interaction & it needs the submitted values to show the page [mind u - this is not a error on the site - so chill abt this]
I see that while logging the user in - u chk for the session & for logging the user out - u r using cookie ... ???
do one thing - use only one of them - dont use both.
& if ur using both - make sure u expire both on logout - so they cannot access the pages once they log out.
+ u'll also need to use the CFERROR tag in ur application.cfm file to display the error pages in case some error occurs on ur site.
OR
u can use the CFAdmin & set the default error template in the administrator s- it can handle everything for u
let me know ...
K'Rgds
Anand