从其他主机恢复 Zend_Session_Namespace 中的数据
我将数据存储在 Zend_Session_Namespace 的会话中,是否可以使用 id 或类似的东西从另一个主机恢复此会话数据。如果没有,是否可以从另一台主机恢复$_SESSION中的数据?
I have data stored in a session with Zend_Session_Namespace, Is it possible to recover this session data from another host using an id or something like that. If not, is it possible to recover the data in a $_SESSION from another host?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
考虑使用 Zend_Session_SaveHandler_DbTable 以便会话存储在数据库而不是本地。
Look into using Zend_Session_SaveHandler_DbTable so that the sessions are stored in a database instead of locally.
一些理论
跨子域的PHP会话
外部数据库作为会话存储 - 最好的方法
some theory
PHP Sessions across sub domains
external DB as session storage - best way