Hi,

Just spent a whole morning on this.

I'm developing a CakePHP plugin that needs sessions. Ran into a lot of
troubles when I changed from CakePHP 1.1.6 to 1.1.7

It turned out that the Cookie path in 1.1.6 is set to "/", while in
1.1.7 it is set to "/<plugin_name>/".

Also, the path is case sensitive (on my Mac OS X server at least) and
_lowercase_. This means that if you try to acces
"http://localhost/Plugin/"; you don't get the session data because the
cookie path is "/plugin/"

Not quite sure if this is intended functionality.

Hope this helps...


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