I am trying to get a login form to process with AJAX. The php url is run and the user logs in but the success clause of the AJAX call doesn't run nor does complete. When I put breakpoints inside the functions it wont break when I debug it. Why is the php succeeding but success isn't even run?I am trying to get a login form to process with