I'm using PHP's native session management. I'll try Cake's and see if the problems persists. Either way i don't think it is a permissions problem. The session data files are there. The problem is that Cake creates a different session/cookie for each plugin!
Thanks for your help. On Mon, 6 Nov 2006 17:31:55 -0700 "Samuel DeVore" <[EMAIL PROTECTED]> wrote: > > we had a similar problem on a server update recently and it turned out > that the tmp folder was no longer writable. Once the permissions > issue was corrected the problem was resolved. You might check the > permissions at /tmp and /var/tmp and see if they have changed. You > can also try changing your cake config to use the cake tmp rather then > the system one and see if this helps > > Sam D > > On 11/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > What operating system are you using? I use OS 10.4 and have recently > > downloaded a software update for it which has cancelled my computer's > > ability to carry session data from one page to the next. Let me know if > > this maybe the problem. > > > > Benz > > > > Gonçalo Marrafa wrote: > > > Hi, All. > > > > > > I'm having a problem with sessions, due to the cookies Cake uses to > > > store the session id. My app uses a lot of plugins, each one of them > > > setting a cookie with their own path. > > > > > > The problem is that i'm storing the logged user's credentials in the > > > "main" session and sometimes (only sometimes!), when i try to access > > > a plugin's controller, the app "thinks" the user is not logged in! > > > > > > Is this a feature? A bug? Can anyone help me with this? > > > > > > Thanks in advance. > > > > > > -- > > > Gonçalo Marrafa <[EMAIL PROTECTED]> > > > > > > > > > > > > -- > == > S. DeVore > (the old fart) the advice is free, the lack of crankiness will cost you > > > > -- Gonçalo Marrafa <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
