Ok thanks Chris...
I believe that you have not problems with the component...

Maybe I have found the reason...
I believe that it doesn't work when you use a particular route::
                // Custom URL route
  Router::connect('/*', array('controller' => 'contents', 'action' =>
'ProcessAllRequest'));

Essentially when in my site the user write something, I redirect all
to the Content_Controller...

So When, the user enter in mycontroller by route, the component forces
to logout...

It seems that with normal routing it works...
It is a pity that I cannot use the auth component..but I cannot use
url like php for seo reasons...

So you have to give me some suggestions?

Essentially I say to the auth component to allow all request of
COntent_controller...
But I saw after many hour of debugging that the Auth COmponent is not
able to manage this situation...

For the discourse of beta I can be in agree with you..but when I have
to change from beta to stable...it is very hard...only this...
Bye...




On 24 Giu, 03:16, "Chris Hartjes" <[EMAIL PROTECTED]> wrote:
> On Mon, Jun 23, 2008 at 9:05 PM, Alessio <[EMAIL PROTECTED]> wrote:
> > Why the auth is so buggy...?
>
> I wonder what I am doing in my code that Auth works perfectly every
> time I use it, never experiencing the problems mentioned on the
> mailing list.  I never get logins failing to work, I never get empty
> values from $this->Auth->user().  Works like a charm.
>
> As for "what happen to CakePHP", I cannot answer that except to say
> that when you use software that has not been labeled as stable, you
> take your chances no matter how talented the developers are who
> created it.
>
> I use the bleeding edge from SVN and can only think of a onef time in
> the last year where an update truly broke something in my application.
>
> --
> Chris Hartjes
> Internet Loudmouth
> Motto for 2008: "Moving from herding elephants to handling snakes..."
> @TheKeyBoard:http://www.littlehart.net/atthekeyboard
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to