Subscribe to PHP Freaks RSS

PHP Session Locking and cURL timeout error

syndicated from planet-php.net on May 20, 2019

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