Re: Session cookies

2006-11-07 Thread Gonçalo Marrafa
I'm using Linux, so i guess our problems aren't OS related. On Mon, 06 Nov 2006 21:43:35 - [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

Re: Session cookies

2006-11-07 Thread Gonçalo Marrafa
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

Re: Session cookies

2006-11-07 Thread AD7six
Hi Gonçalo, Did you try this: http://groups.google.com/group/cake-php/search?group=cake-phpq=session+plugin If there is always a new session for each plugin there is a solution on my site (see the results above), although I found that with an upgrade the 'problem' went away. If it is, as you

Re: Session cookies

2006-11-07 Thread Gonçalo Marrafa
Thanks Andy, you rock! I was looking through the comments on your solution (http://noswad.me.uk/MiBlog/SessionsAndPlugins) and truster presents an alternate solution. Truster suggests setting CakeSession-path='/' and ini_set('session.cookie_path', '/') in beforeFilter(). Correct me if i'm wrong

Re: Session cookies

2006-11-06 Thread [EMAIL PROTECTED]
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

Re: Re: Session cookies

2006-11-06 Thread Samuel DeVore
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