Forum Discussion

fdelmoro's avatar
fdelmoro
Occasional Contributor
3 years ago

Disable VU clear cache functionality

Is it possible to set a LoadNinja parameter in order to disable the clear cache functionality for each VU iteration?

 

Thanks a lot

3 Replies

  • Poonam_Patil's avatar
    Poonam_Patil
    SmartBear Alumni (Retired)

    In LoadNinja, browser-level caching happens automatically, each session is a brand new session. LoadNinja instantiates a brand new environment for each iteration, i.e. no caching.
     
    In the case of web application cookies/caching, your development team can give you a better idea of how to handle them.

    • fdelmoro's avatar
      fdelmoro
      Occasional Contributor

      Hello Poonam_Patil, thanks for your answer.

      So could you please confirm that from the LoadNinja point of view is not possible to disable the clear cache functionality which happens at each iteration?

       

      Thanks a lot

      • Poonam_Patil's avatar
        Poonam_Patil
        SmartBear Alumni (Retired)

        Yes, that feature is not available. Right now it is not possible to disable the cache clear. Every iteration is started with a clean new browser.