Inside of your core.php file in your config find where it says

Configure::write('Session', array(
        'defaults' => 'php'
    ));

 * - `Session.cookie` - The name of the cookie to use. Defaults to 'CAKEPHP'
So
Configure::write('Session', array(
        'defaults' => 'php',
        'cookie' => 'Magento'
    ));

On Wednesday, March 21, 2012 1:52:22 PM UTC-7, Luchi wrote:
>
> Sorry, But how can I do that? 
>
> On Mar 19, 12:23 pm, Rodrigo Rodrigues Moyle <[email protected]> 
> wrote: 
> > You just need to name CakePHP session cookie as same with Magento. 
> > 
> > Em sexta-feira, 16 de março de 2012 17h38min50s UTC-3, Luchi escreveu: 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > > Hi, 
> > 
> > > Basically what I want to do is to share my frontend session of Magento 
> > > to an application deployed in CakePHP. 
> > > The structures are: 
> > 
> > > public_html/ 
> > >     /appmagento 
> > >     /appcakephp 
> > 
> > > Anyone nows or has an experience trying this. 
> > 
> > > Regards, 
> > > Luciano

-- 
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
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to