model view controller - How to clear page cache when hitting back button on browser (IE,Chrome,Firefox Safari)? -
how clear cache of browser when hitting button on browser (ie,chrome,firefox safari) in mvc4.tried following code not working how refresh page when hitting button on browser (ie,chrome,firefox safari)?
can guys me out this.
thanks, subhnai.
you need tell browser discard old page , fetch latest server specifying in html > head
<meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="expires" content="-1" /> <meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" />
Comments
Post a Comment