How have I to configure CAKE to use memcache to save its session?
I have set Configure::write('Session.save', 'php');
But I can't to recuperate the session
On Mar 24, 11:37 pm, Pablo Viojo wrote:
> Memcache or DB are the best options!
> Saludos,
>
> Pablo Viojo
> pvi...@gmail.comhttp://pviojo.n
Memcache or DB are the best options!
Saludos,
Pablo Viojo
pvi...@gmail.com
http://pviojo.net
(#260 y creciendo!)
Ayudar nos hace felices!
http://needish.com - http://helperman.org
On Tue, Mar 24, 2009 at 6:02 PM, Krzysztof Chudzik <
Maybe you should use memcached.
see: http://www.dotdeb.org/2008/08/25/storing-your-php-sessions-using-memcached/
On Mar 19, 1:07 pm, "marco.rizze...@gmail.com"
wrote:
> My question is this?
> How can I sharing CAKEPHP Session with external app on a different
> virtual host?
> Many Thanks
--~--
Thanks
These articles are very interesting.
I try to get the cake session and I noted that only inside webroot i
can to do it
If I am in a up folder i can't to do it
I try to set in bootstrap.php
ini_set("session.cookie_domain",'http://localhost');
But I get then in my cake application th
There seems to be a couple of links and stuff online that should
hopefully guide you in the right direction.
Take a look at these and see if they help.
http://mikekrisher.com/?p=499
http://teknoid.wordpress.com/2008/10/05/sharing-cakephp-session-with-another-app/
http://www.scribd.com/doc/5542/C
Ok thanks.
I save on DB my session but then how can I do decide which is the
right session in the external app?
On Mar 19, 3:27 pm, Alfredo Quiroga-Villamil
wrote:
> One way that might help you accomplish this is by storing them in a DB.
>
> See:http://book.cakephp.org/view/173/Sessions
>
> Rega
One way that might help you accomplish this is by storing them in a DB.
See: http://book.cakephp.org/view/173/Sessions
Regards,
Alfredo
On Thu, Mar 19, 2009 at 8:07 AM, marco.rizze...@gmail.com
wrote:
>
> My question is this?
> How can I sharing CAKEPHP Session with external app on a differen