Zend - 在数据库中存储会话数据

2021-12-29 00:00:00 php zend-framework

寻找使用 Zend 框架在数据库中存储会话数据的示例.

Looking for an example of storing session data in a database, using the Zend Framework.

推荐答案

来自 Zend 自己,关于使用自定义会话处理程序保存会话数据:http://devzone.zend.com/article/141

From Zend themselves, on saving session data with a custom session handler: http://devzone.zend.com/article/141

否则,从 Zend 框架内尝试以下信息:http://framework.zend.com/wiki/display/ZFPROP/Zend_Session_SaveHandler_DbTable?showComments=false

Otherwise, from within the Zend framework try the following information: http://framework.zend.com/wiki/display/ZFPROP/Zend_Session_SaveHandler_DbTable?showComments=false

相关文章