ok ... using lowercase functions read() and write() doesn't work,
too ... :/

On 18 Dez., 12:29, hausburger <[EMAIL PROTECTED]> wrote:
> hi everyone. just for your information:
> - i tried database and cake as session storage (same problem)
> - Configure::write('Security.level', 'medium');
>
> the problem seems to be the cookie:
>
> ---------------------------------------------------------------------------------
> Name    CAKEPHP
> Value   dc5d17d748ce14a4a7fe6bcfebe5911c
> Host    my.domain.com
> Path    /
> Secure  No
> Expires Tue, 25 Dec 2007 11:11:12 GMT
> ---------------------------------------------------------------------------------
> Name    CAKEPHP
> Value   b4bc42c1fe39d0b2b2a68dc431580ed7
> Host    my.domain.com
> Path    /members/
> Secure  No
> Expires Fri, 17 Dec 2032 15:42:20 GMT
> ---------------------------------------------------------------------------------
>
> 2 session cookies are stored.
>
> At the my.domain/members/ (this is the controller i set
> user_login_data to session) the session_data is not accessable - but i
> any other place like:
> my.domain/ or my.domain/photos/ everything looks fine.
>
> ...
> any idea?
>
> On 18 Dez., 12:13, stefuNz <[EMAIL PROTECTED]> wrote:
>
> > 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