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.

[822 byte] By [cybershastri] at [2007-11-26 10:44:53]
# 1
I understand that this question has been asked multiple times and till now my search for any possible workaround for the issue has been futile. If anybody out there knows or finds a work around, please let me know. Thanks in advance.-Shastri
cybershastri at 2007-7-7 2:56:57 > top of Java-index,Development Tools,Java Tools...
# 2
http://forum.sun.com/jive/thread.jspa?forumID=123&threadID=108782 http://forum.sun.com/jive/thread.jspa?forumID=123&threadID=108670
jetsons at 2007-7-7 2:56:57 > top of Java-index,Development Tools,Java Tools...
# 3
Hi Jetsons,Thank you very much for those links. The solultion given in the second link solved the problem. Awarded 10 duke dollars to you.Thanks again.-Shastri
cybershastri at 2007-7-7 2:56:57 > top of Java-index,Development Tools,Java Tools...
# 4
Thanks ShastriChris http://blogs.sun.com/divas
jetsons at 2007-7-7 2:56:57 > top of Java-index,Development Tools,Java Tools...