Re: Session-Write() problems

2006-09-14 Thread [EMAIL PROTECTED]
Hi, Now all works fine, I think the problem was caused to say No to the use sessions question when baked anothers MVC and visit these pages after authentication. Thanks to all faemino --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: Session-Write() problems

2006-09-13 Thread Cheeze
I'm just throwing up suggestions here. Maybe the session folder is not set in your php.ini file? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to

Re: Session-Write() problems

2006-09-13 Thread [EMAIL PROTECTED]
with the CAKE_SESSION_SAVE set to cake you are telling it to save sessions using CakePHP. So, maybe you don't have permissions set to the tmp/sessions directory?? I would try chaning it to php and see if that works. Although it looks like your sessions are getting created fine. It looks like

Re: Session-Write() problems

2006-09-13 Thread [EMAIL PROTECTED]
Initially I had problems with security set to high, but that was in RC and before versions. Ever since v1 has been officially released I haven't had any problems with the high setting. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Session-Write() problems

2006-09-12 Thread [EMAIL PROTECTED]
Hi to all, I'm developing a User authentication simple system based on the documentation (http://manual.cakephp.org/appendix/simple_user_auth). Using the same documentation code the Session-Write method always return false. The print_r(Session) return the next information (Manager.name is a