Hi
I try to use memcache for save sessions in a CakePHP application.
I install memcache,all works fine also the php sessions.
Now in my CakePHP application I set in core.php this:
Configure::write('Session.save', 'php');
Now I try to use the Session component in my application but I get
these errors in
SessionComponent Object
(
[__active] => 1
[__started] => 1
[__bare] => 0
[valid] => 1
[error] => Array
(
[2] => Config doesn't exist
[1] => Session is valid
)
.......
)
And the session doesn't work
Can someone help me?
Is it something wrong in configuration?
Many Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---