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 solve this 
issue.

Thanks in advance

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


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 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 solve this 
 issue.

 Thanks in advance


-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php