Is there any way to disable the session locking in PHP while using the default session handler?
[EDIT:] Or is there at least a way to restart a session after callin
Other than using session_write_close() ? None that I know of.