Re: Share session with Magento

2012-03-21 Thread thatsgreat2345
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  
> 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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Share session with Magento

2012-03-21 Thread Luchi
Sorry, But how can I do that?

On Mar 19, 12:23 pm, Rodrigo Rodrigues Moyle 
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Share session with Magento

2012-03-19 Thread Rodrigo Rodrigues Moyle
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Share session with Magento

2012-03-16 Thread Luchi
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Share session with Magento

2012-03-16 Thread Luchi
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,

-- 
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