Clearing cache

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
shivam0101
Forum Contributor
Posts: 197
Joined: Sat Jun 09, 2007 12:09 am

Clearing cache

Post by shivam0101 »

How to clear cache from browser when page loads (when using ajax)?
User avatar
N1gel
Forum Commoner
Posts: 95
Joined: Sun Apr 30, 2006 12:01 pm

Post by N1gel »

Not sure if this is what you want but try Googling

Code: Select all

<META HTTP-EQUIV='Pragma' CONTENT='no-cache'>
Post Reply