Application Exit

0
0

Hi

I have implemented a function to delete some file from server directory.

I call this function when the user logout from application, before calling the application.exit method.

Thats work fine.

I ask if is possible to execute this functionality, when the user close the browser without logout.

In other word, is there one event fired from server when the user  closes the browser, or shuts down the computer?

Thanks

  • You must to post comments
0
0

Hi Angelo,

it´s virtually impossible to detect the browser closing a page.
I recommend to use the SessionTimeoutEvent to perform cleanup.

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.