meta
Can anyone tell what these metas are for? Only seen the standard ones, never like this...
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="ROBOTS" content="NOARCHIVE" />
<meta http-equiv="GOOGLEBOT" content="NOARCHIVE" />
<meta http-equiv="no-cache" content="" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="no-cache" content="" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
These are all methods used to try to prevent caching of the webpage content in the user's temporary internet files.
<meta http-equiv="ROBOTS" content="NOARCHIVE" />
<meta http-equiv="GOOGLEBOT" content="NOARCHIVE" />
These are commands for search engines, generic (ROBOTS) and Google's specifically (GOOGLEBOT), telling them not to archive this page in their database.
You could probably use that instead of attaching a current timestamp querystring to the url of your .js file so that is always updated in the temporary files...
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks