Hi
I would use Memcache to save the php session.
I have installed memcached on my system and I have configured it.
I have set in php.ini the session's handler to memcache .
I try to use a session in a simple php script and all works fine.
But when I try to use the session in CakePHP  the session doesn't
work.
If I set the php session's handler on file the CakePHP session works
if it is  set on memcache the CakePHP session doesn't work
In core.php I have:
Configure::write('Session.save', 'php');

Am I wrong something?
Can someone with a bit of experience help me?
Many Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to