Parallel-Ajax Requests vs. Apache-Session Lock
Session data is usually saved after your script is completed , but since the session data is locked to prevent simultaneous writing, one script can run in the session at any time .
, , - . , , .
, ajax
session_start(); (, ), ( ) session_write_close();
session_write_close(); .
: session_id() - () PHPSESSID, , session_start() , .
ajax ( )