PHP Session Locking and cURL timeout error
Although PHP sessions seem to be pretty straightforward on the first sight, underestimating their complexity can lead to some hard to track problems.
One of such things is session locking mechanism. It's purpose is noble - protect session data from being overwritten by other instances of the same or other scripts running at the same time.
Continue reading
Comments are closed.