Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8183675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T01:14:11+00:00 2026-06-07T01:14:11+00:00

Say a user clicked a button, which resulted in a jquery ajax request being

  • 0

Say a user clicked a button, which resulted in a jquery ajax request being sent to my server.

The server begins a complicated process in response to the ajax request. Lets say that process takes 5 minutes to finish.

In the meantime the user gets bored and closes his browser window.

Will the script on the server continue its processing until it finishes on its normal time, or will it stop?

Same thing if the user visits a url, e.g example.com/process.php?data=xxx. This starts process.php which begins to process the data, and will take 5 mins to finish processing.

Will this processing always continue on, or if the user closes the browser, will it stop?

(I’m asking because I’m concerned about the process being left half finished and resulting in corrupt data).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T01:14:13+00:00Added an answer on June 7, 2026 at 1:14 am

    PHP won’t notice that the browser closed the connection unless it tries to output something (e.g. echo). If it fails to output something, the script will be terminated unless ignore_user_abort is On.

    So the script will terminate only if the following conditions are met:

    • the script attempts to output something (because the script won’t notice that the user aborted the connection until then)
    • AND php’s ignore_user_abort setting is off (if the setting is off, php will terminate the script if fails to output something)

    You can avoid the script from terminating by enabling ignore_user_abort.

    You can use connection_aborted() at anytime to check is the browser aborted the request.

    A script can terminate unexpectedly for other reasons (e.g. max execution time, exception, etc); so you should make use of transactions, so that half-finished changes are canceled if the script terminates abnormally.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a button, Add to Cart which sends an ajax request when clicked.
Say I have a website which shows the user ten images and asks them
I have a few buttons on a page, which when clicked, trigger an ajax
Let's say user A follows user B, and B follows A. I want to
If I have an object say @user and I want to render only certain
I have an app that contains several activities...so lets say user is navigating activity
Say a user visits the page http://somedomain.com/path/file.html#foo , I'd like to display, using JavaScript,
Say a user registers for your site, you hash the password they have chosen
Lets say class User include Mongoid::Document field :sign_in_count, :type => Integer, :default => 0
So lets say that user x sends a message to user y on a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.