I have two application in zf1 and zf2 on save server, I have created login system in zf2, when i login zf2 it working fine. Now i want to access zf2 session in zf1, it showing
[zf2_auth] => __PHP_Incomplete_Class Object
(
[__PHP_Incomplete_Class_Name] => Zend\Stdlib\ArrayObject
)
How can resolve this i want to run both zf1 & zf2 application run on same session.
Here is directory structure for my project
project
--project/zf1_project
--project/zf2_project
Some times i manually create session in zf1 than run zf2, i have unable to get session as i want in zf2.
Any way by which i can use same login/Auth for both zf1 & zf2 application
Thanks in Advance...