Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道会话文件存储会阻止 http 请求。
我知道可以使用 session_write_close() 方法来解锁文件阻塞,
但我想知道如果我使用 mysql store 进行会话,它仍然会阻止 http 请求吗?
如果我使用 mysql store 进行会话,我还需要使用 session_write_close() 方法来解锁吗?
不,记录 mysql 不能以标准方式在不同连接之间锁定。