define('NEW_SESSION_NAME', 'php');
It most likely should read ...
define('CAKE_SESSION_SAVE', 'php');
What exactly are you trying to do? You can rename the cookie, you can change the session string, you can change the session table if you are using the database for storage. I think that should be all you need.
I don't see a reason to create a new constant.
But adding the define above should get rid of the errors
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
