Just an update. I found out what the problem was. I was using cookies to store the timezone. And the cookie was previously set in the Users controller, and hence limited to the /users path and inaccessible to other controller paths. After setting the cookie to domain wide root path, my problem was resolved.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
