Re: Infinite redirect when logout with AuthComponent

2008-06-15 Thread Marcelius
I see... I checked the api and there all build in components are extended from Object instead of Component. So changing the inheritence does make sence indeed. But why the existence of class Component I wonder? :-) On 15 jun, 22:46, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello > > I'm h

Re: Infinite redirect when logout with AuthComponent

2008-06-15 Thread [EMAIL PROTECTED]
Hello I'm having the same kind of problem. I think it happens when you have a component that extends Component the problem goes away when you have you components extend Object any one would comment on this ? TIA thomas On Jun 10, 4:41 pm, Marcelius <[EMAIL PROTECTED]> wrote: > Hi > > Just u