On Thu, May 22, 2008 at 3:21 PM, Joel Perras <[EMAIL PROTECTED]> wrote:
>
> Try debugging env('HTTP_REFERER') in addition to what
> Controller::referer($alt_redirect, true) gives you; your headers might
> be getting mangled for some reason or other.

I just can't imagine how that would affect things though, as these
requests are coming after the login request. Cake authorises me, then
forgets it for the next request (and sometimes for up to the next 3 or
4 requests).

> Also, is there a specific reason you are statically accessing the
> Controller::referer() method instead of using $this->referer() ?

No. I have no idea why i wrote it like that. Hadn't noticed.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to