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 somewhere
in your code the required Session variable that you seek isn't being
written.

I suspect a minute problem in your coding that is causing the Session
variable to never get written or duplicate redirects causing it to get
deleted.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to