On 10/20/07, Comida411 <[EMAIL PROTECTED]> wrote:
>
> Hi
> Sorry to ask such a bone head question but I want to change my
> CAKE_SESSION_STRING key which is supposed to be in the app/core.php
> file.. but I search the file from top to botteom on the latest nightly
> build... its not there...
> Help please tell me where I can find the CAKE_SESSION_STRING
> Thank you
> Comida
It's set in config/core.php but using it has been deprecated. You're
supposed to do this instead:
Configure::write('Security.salt', <value for cake session string>);
if you are using the latest nightly build. Check out the warnings
generated by your application for more info.
Hope that helps.
--
Chris Hartjes
My motto for 2007: "Just build it, damnit!"
@TheKeyboard - http://www.littlehart.net/atthekeyboard
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---