I have a download button in my page from which if the button is clicked, a dialog popup in firefox or internet explorer appears saying, “Do you want to open or save file?” .. The popup is from the browser itself.
The scenario is that, if the user clicks logout on the site, is it possible to fail the download if he clicks saves or open file. It seems like it cannot be prevented for me..
Thanks in advance.
No, the request for the file is authenticated at the time it was clicked and is still valid after a logout.