The only thing I was indicating was this:

define('CAKE_SESSION_COOKIE', 'PHPSESSID');

Have a look at what cookies are set by each of your applications; if
your applications are each setting a cookie for the session id with a
different name, you need to change one or the other so that they both
read from the same session ID.

HTH,

AD7six
PS If you use Firefox, there's a handy "cookie editor" extension that
allows for easy cookie browsing.


--~--~---------~--~----~------------~-------~--~----~
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