PHP & Sessions: Is there any way to disable PHP session locking?

后端 未结 7 1483
感动是毒
感动是毒 2020-11-30 07:44

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

7条回答
  •  甜味超标
    2020-11-30 08:19

    If PHP is not handling requests asynchronously even after calling session_write_close, it may just be xdebug. I don't know if that is your issue, but I keep getting tripped up by this and driving myself crazy over it so I thought I'd post it if anyone else is having the same issue :)

提交回复
热议问题