Hello,
I try to use the Cookie component but I have this problem:
I write the cookie in controller1 so:
$this->Cookie->write($name, $value ,true, $time);
and try to read this cookie from an other controller, controller2, so:
$this->Cookie->read($name);
but when i call this function, cakephp return this error:
Warning (512): You cannot use an empty key for
Security::cipher() [CORE/cake/libs/security.php, line 173]
and I don't understand why, beacuse I use the same method to read in
the controller1 and works!!
Thank you
Bye
--
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