Hello,

I put a Logout button at the top of Demo Browser. I want to clear the page
cache so I can avoid problems occuring due to IE Back button.

Qooxdoo 0.7.2
IE 6
Windows XP

The code in Logout is
<html>
<head>
<meta http-equiv="pragma" content="no-cache" /> 
<meta http-equiv="expires" content="0" />
</head>
<body>
</body>
</html>

<% 
   session.invalidate(); 
   response.sendRedirect("login.jsp");
%>

I stll see my Page Cache when the IE Back button is pressed. 
Do you how to clear the cache? 
What will happen if IE Back button is clicked after the cache is cleared?

Thank you.
Kanugula.

Thanks.
Kanugula.
-- 
View this message in context: 
http://www.nabble.com/Clearing-Qooxdoo-Page-cache-on-Logout-tp16396160p16396160.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to