How to clear page Cache

Source: Internet
Author: User
How to clear page Cache
 
1. Add the header to the ASP page
Response. Buffer = true
Response. expiresabsolute = now ()-1
Response. expires = 0
Response. cachecontrol = "no-Cache"
Response. addheader "Pragma", "No-Cache"

2. In HTMLCodeJoin
<Head>
<Meta HTTP-EQUIV = "Pragma" content = "no-Cache">
<Meta HTTP-EQUIV = "cache-control" content = "no-Cache">
<Meta HTTP-EQUIV = "expires" content = "0">
</Head>

3. Send a parameter to the page when calling the original page again.
Href = "***. asp? Random ()"
4,
<Body onload = "javascript: Document. yourformname. Reset ()"> 5. content. response. cache. setcacheability (httpcaxheability, nocache );

 1. Add 
response to the header of the ASP page. buffer = true
response. expiresabsolute = now ()-1
response. expires = 0
response. cachecontrol = "no-Cache"
response. addheader "Pragma ", "No-Cache"
2. Add





3. When you call the original page again
href = "*****. asp? Random () "
4.
5. content. response. cache. setcacheability (httpcaxheability, nocache);

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.