Hi,

first off, here is my core.php code (everything uncommented):


Configure::write('debug', 0);
 if(stristr(PHP_OS,'WIN'))

Configure::write('debug', 2);

Configure::write('Routing.admin', 'admin');

Configure::write('Cache.check', true);

define('LOG_ERROR', 2);

Configure::write('Session.save', 'cake');

Configure::write('Session.cookie', 'CAKEPHP');

Configure::write('Session.timeout', '120');

Configure::write('Session.start', true);

Configure::write('Session.checkAgent', false);

Configure::write('Security.level', 'high');

Configure::write('Security.salt',
'39e442a35ee8b30b6c6f07bbc8ccc93a4328d4e2');

Configure::write('Acl.classname', 'DB_ACL');
Configure::write('Acl.database', 'default');

Cache::config('default', array('engine' => 'File'));


  Configure::write('App.encoding','UTF-8');



Now whenever I set this one to true :

Configure::write('Session.start', true);

I cannot redirect to the next page.  Although if I set it to false I
can redirect perfectly throughout my app but I cannot get the
Session.setFlash messages to work.  Even if I start the session
manually they still won't work.

I really hate being stuck on little mistakes for long, can anyone
help?




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to