문제

I'm planning to code a server method whose role will be to export a bunch of documents to third party server (dropbox for example). This server method could last several minutes. So I'm asking myself what will happen if the browser disconnect after the server method has been called. The method will stop? The method will continue until the end of the export?

도움이 되었습니까?

해결책

The session will end, and all methods being executed will come to a premature end as well...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top