Re: Pass Session From NON Cakesite to Cakesite

2008-12-18 Thread TonyP
I'm trying to do something similar to what MDB is doing, but with two cakephp apps. How do I pass the auth session info to the other app? I've checked the core.php session.cookie info, that the variables are both named the same. Is there anything else that I need to do? How do I make the two ca

Re: Pass Session From NON Cakesite to Cakesite

2008-11-11 Thread teknoid
ensure that cookie session name is the same for both apps. see core.php On Nov 11, 1:17 pm, MDB <[EMAIL PROTECTED]> wrote: > Hello all,  I have a site named portal.mysite.com and a site called > cakephp.mysite.com.  My users log into portal.mysite.com so I wanted > them to be able to go directly

Pass Session From NON Cakesite to Cakesite

2008-11-11 Thread MDB
Hello all, I have a site named portal.mysite.com and a site called cakephp.mysite.com. My users log into portal.mysite.com so I wanted them to be able to go directly into the cakephp.mysite.com without re- logging in. Is there a way to do this or a setting that I am missing? The first site is