I searched the forum and did not find a definitive solution, my problem is with regard to browser cache, when I make a change to a javascript file, my client only receives the updated file after cleaning the cache.
We have already dealt with the code below:
<script src='<%=Page.ResolveClientUrl("~/Scripts/MeuJavaScript.js?sid=" + Session.SessionID) %>
Where we concatenate the user session to the file link, but even then the file remains outdated.
Thank you.