Core php session with cakephp session

2012-06-18 Thread Vamseedhar
Hi I am trying to convert core php application to cakephp and for time being i want to use both instances in live how can i maintain one session in both instances. The login and registration will be in cakephp instance but i need to access same session in core php instance also. how can i

Re: Core php session with cakephp session

2012-06-18 Thread Vamseedhar
I found the solution for this session_name('CAKEPHP'); session_start(); print_r($_SESSION); the print_r gave me all the session set in the cakephp On Monday, June 18, 2012 11:09:23 AM UTC+5:30, Vamseedhar wrote: Hi I am trying to convert core php application to cakephp and for time