2

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?

José Carlos
  • 1,005
  • 16
  • 29

2 Answers2

0

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

JohnD
  • 3,884
  • 1
  • 28
  • 40
0

some theory

PHP Sessions across sub domains

external DB as session storage - best way

Community
  • 1
  • 1
SMka
  • 3,021
  • 18
  • 14