I have implemented a basic javascript function to make an ajax request, which is functioning correctly. However, I have noticed that upon refreshing the page, the ajax call is triggered again. Could this issue be related to caching of the ajax call? If so, how can I resolve it? It's worth noting that I am using PHP as the server-side language.