Hello,
On button click I start running some code which takes about 30 seconds to execute.
I protect double button clicks with disable it after click.
The problem is that the user can leave the page while this code is executed or
refresh the page.
I wold like to achieve that code would be executed, independently what happens with the browser.
Thank you
Go to the complete details ...