Well, it's probably grasping at straws, but maybe take a look at
what's being done to your Cake session variables, especially
Auth.redirect. Since this bug seems to appear and disappear at
random, there are very few things that could be causing it; I can only
think of HTTP headers and Session vars being lost or changed in some
way.
Let me know how you end up solving this.
-Joel.
On May 22, 6:05 pm, "b logica" <[EMAIL PROTECTED]> wrote:
> 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 [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?hl=en
-~----------~----~----~----~------~----~------~--~---