hi
i have a back button error in cod fusion which gives me the following message on hiting the back button.
warning:page has xpired
…
The solution to this in asp is including the following code:
<%Response.CacheControl="Public"%>
Can anyone plz tell me how to implement this in cold fusion.