Hi Nate,
My php.ini file has session.auto_start = 0, but inside my app/config
folder in Cake, I have the follow specified:
/**
* If set to false, session would not automatically be started.
*/
define('AUTO_SESSION', true);
Should the cake setting 'override' the php.ini file? Or in this case,
since I am generating a dynamic image file, is the cake setting ignored?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---