开发者

Recover data in Zend_Session_Namespace from other host

开发者 https://www.devze.com 2023-04-04 08:36 出处:网络
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 dat

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?


Look into using Zend_Session_SaveHandler_DbTable so that the sessions are stored in a database instead of locally.


some theory

PHP Sessions across sub domains

external DB as session storage - best way

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号