Remove or Manage cache request params

Remove or Manage cache request params

PeterGamezPeterGamez Posts: 1Questions: 1Answers: 0

has any way to Remove or Manage cache request params can use way to edit js file
params is "_"

Answers

  • colincolin Posts: 15,236Questions: 1Answers: 2,598

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Colin

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin

    I can actually answer this one off the top of my head. Do:

    ajax: {
      url: '...',
      cache: false
    }
    

    To disable the anti cache parameter.

    Allan

Sign In or Register to comment.