Hi
Most of the pages on my site contain sensitive information so I cant cache them or store them on the users HDD. Currently I use these two tags.
However the user experience is horrible as when users click the back button on pages with post data they get a Web Page Expired Warning. Is there any other way to Prevent Storage of the Pages in the Temporary Internet Folders?
Any help Greatly appreciated.
Most of the pages on my site contain sensitive information so I cant cache them or store them on the users HDD. Currently I use these two tags.
Code:
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-STORE">
However the user experience is horrible as when users click the back button on pages with post data they get a Web Page Expired Warning. Is there any other way to Prevent Storage of the Pages in the Temporary Internet Folders?
Any help Greatly appreciated.