So basically, I am using cURL to call APIs that I can't implement natively in PHP. When I make a call though, it deadlocks my PHP session. I cannot connect to my website from another tab in my browser. If I delete the session cookie, I can connect fine. Before, when I didn't have a timeout in cURL, this would last indefinitely.
Is this just how the PHP implementation of cURL works, or is there a way around it?