About the Ajax timestamp, Ajax requests with the same parameters are only processed once at a time interval.

Source: Internet
Author: User
When I log on to Ajax, I find the same parameter request, such as username ZZZ and password ZZ. After I click "Log on:
For a browser, your first click will call the RPC request. However, when you use the same browser to submit a form, RPC will not be submitted because the parameters are the same, this may be a problem with the XMLHTTPRequest object of Ajax. It sets the time interval, which is actually (New activexobject ("Microsoft. XMLHTTP "))
Therefore, in actual operations, Pass a useless Ts = new date (). gettime () to the RPC Parameter ()
A timestamp to ensure that each click event will trigger the RPC request because their parameters (or URLs) are different.

Alibaba Cloud: Why do we need to append the timestamp to the target URL?
In some cases, Some browsers cache the results of multiple XMLHttpRequest requests in the same URL. If the response to each request is different, this will bring bad results. Append the current timestamp to the end of the URL to ensure the uniqueness of the URL, thus avoiding the browser's cache results.

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.