Skip to main content
Known Participant
October 6, 2010
Question

What happens when the Browser is Closed?

  • October 6, 2010
  • 1 reply
  • 448 views

Hi,

Does anyone know for sure what happens to your CF template that is running on  the CF server when the browser is closed by the user.  Does the CFML continue to  be processed or is the template aborted?

Suppose the user hit's submit to  a long running process (relatively) and the user closes the browser.  Does your  code keep running?  Or does CF abort the process?

This seems to be a  tricky question as I've posed it indirectly for an e-commerce related question  involving CFHTTP (which may be different).

Thanks,

hefterr

    This topic has been closed for replies.

    1 reply

    Owainnorth
    Inspiring
    October 6, 2010

    The code will keep running, CF has no concept whatsoever of the fact the browser has closed.