Able to see web page using back button even after logout
Hi,
I have created a web application using creator.
I have disabled caching by putting following meta tags inside the <ui:head> tag to prevent caching of the sensitive web pages.
<meta http-equiv="pragma" content="no-cache"/>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"/>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-STORE"/>
<META HTTP-EQUIV="EXPIRES" CONTENT="-1"/>
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-STORE"/>
But after logout when the user clicks on the back button the user is still able to see the previous page visited. Is there any work around for this? I am using firefox. Have not checked whether this happens in other browsers or not.
Would really appretiate if you help me.
Regs,
Shastri.

