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

后端 未结 7 1448
感动是毒
感动是毒 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:30

    Other than using session_write_close() ? None that I know of.

    0 讨论(0)
提交回复
热议问题