I noticed in Firefox when viewing the cookies that the values I am saving are encrypted. The CakePHP Book states that values are encrypted by default on write()
. My assumption is that they are automatically decrypted on read()
. I can't seem to find any gotchas in the doc.
Anyone else experience this problem? I am sure I am missing something.. Would it matter that the value being set is a integer?
I have set the key for the Cookie Component accordingly.
$this->Cookie->key = 'qs#$XOw!';