I was wondering if an ajax request is persistent ? An exemple :
On page 1 of my website, i fire an ajax request which call a php script for a specific process. This process can take more than 10 minutes. My question is: If i leave the page after the ajax call is fired, and before the process is finished, is the process aborded or still working untill it finishes ?