Hi all, I have a requirement that if user clicks on browser back button, Page should expire.
We wanted to clear page cache for this. In Ofbiz base this is done in a Class named "org.ofbiz.base.util.UtilHttp" using the method "setResponseBrowserProxyNoCache(HttpServletResponse)". This is working well. If I click on browser back, it is not fetching page from cache, instead of it is calling server. But it is not giving us any warning. Is that a bug? Shouldn't if give us warring that it us going to hit server to load the same page? I need to make sure that on a click on browser back button, I get a message that "your page has expired". Is there any workaround in Ofbiz to make sure that? Thanks and regards, | Sayoke Shome | Technical Associate | Techmahindra Ltd. | Bangalore | phone - 09886412359 | ============================================================================================================================ Tech Mahindra, formerly Mahindra-British Telecom. Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review at <a href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.com/Disclaimer.html</a> externally and <a href="http://tim.techmahindra.com/Disclaimer.html">http://tim.techmahindra.com/Disclaimer.html</a> internally within Tech Mahindra. ============================================================================================================================
