我所知道的所有会话处理程序都自动实现这种行为。
This behavior is automatic in essentially every session handler I know of.
发生这种情况是因为在 sess_write()会话处理程序中无法使用全局用户对象。
This happens because the global user object is not available in the sess_write() session handler.
将会话信息传递到异步回调处理程序。
在这种情况下,会话将丢失,应用程序将需要对此进行处理。
In this case, the session will be lost and the application will need to handle such a scenario.
在这种情况下,会话将丢失,应用程序将需要对此进行处理。
In this case, the session will be lost and the application will need to handle such a scenario.
应用推荐