IE cache bugs and other browser cache issues

Source: Internet
Author: User
Original: IE cache bugs and other browser cache issues

1. IE browser in the asynchronous request in order to lazy when the second request will not give the background request corresponding, so we can not get the value from the background, so that we could draw a makeup, deceive ie we are the first time, we can successfully request:

To do this, add a random number directly after the URL of the request. url = url + "&num=" + Math.Round (Math.random () *10000);

2.JSP Disable Browser caching:

<%

Response.setheader ("Cache-control", "No-store");

Response.setheader ("Pragram", "No-cache");

Response.setdataheader ("Expires", 0);

%>

IE cache bugs and other browser cache issues

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.