www.emilbak.com



User: Pass:    rss

Remove Page Caching

Put this in between the head tags under the title to forbid page caching. Your page will be loaded fresh each time- this is useful when you have dynamic content on the page that can change.
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">