Hey guys, I am using cakePHP 1.2 beta release and I cant get any
session handling to work correctly.
Right now I am trying to use database session handling and my core.php
settings are as follows:

Configure::write('Session.save', 'database');
Configure::write('Session.table', 'cake_sessions');
Configure::write('Session.database', 'default');
Configure::write('Session.cookie', 'CAKEPHP');
Configure::write('Session.timeout', '180');
Configure::write('Session.start', true);
Configure::write('Session.checkAgent', true);

I tried setting checkAgent to false, Session.start to false... nothing
helped. The only session entry I am getting in my table is the initial
one when I first load my website.

I really need to solve this fast so any help would be appreciated

Thanks a lot.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to