hi everyone,

thanks for all the replies!
but nothing helped :(
i'm using 1.2.0.5875 pre-beta
and now i'm posting my core.php session settings, maybe i have
something wrong here !?
(when it's set to database, sometimes the database table is filled by
some session stuff i guess .. but there are several records)

Configure::write('Session.save', 'database');
Configure::write('Session.table', 'cake_sessions'); // exists
Configure::write('Session.database', 'default'); // set to default, so
it automatically picks my database.php default database right?!
Configure::write('Session.cookie', 'CAKEPHP');
Configure::write('Session.timeout', '3600');
Configure::write('Session.start', true);
Configure::write('Session.checkAgent', true);

On 18 Dez., 11:45, Dave J <[EMAIL PROTECTED]> wrote:
> hi stefan,
>
> just a quick question cos I have just ran into this problem about an
> hour ago.
>
> are you using the latest nightly  or the 5875 release?  Cos i'm having
> problems with the session not storing anything in the latest
> nightly... and going back to the pre-beta release fixed it.
>
> I'm still looking into it
--~--~---------~--~----~------------~-------~--~----~
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