what do you expect Auth.redirect to be when you come from an external link?
On 15 Feb., 15:48, René Weber <[email protected]> wrote: > Hi there, > > after searching and reading through existing Posts, I still have not > found an answer to my Problem: > > I am running Cake 1.3 and using Auth Component for every page. > > If I open a page directly by enteringhttp://myserver/posts/view/123 > he will redirect me to login and after successful login he will > present post 123 to me. > If I open a page by clicking on a link with the same URL, he will > redirect me to login and afterwars to / > > Therese is NO AutoRedirect->false and there I even removed my Routes > for testing. > When I dump Auth.redirect, I will find an empty variable when coming > from external Links. > > Any Ideas? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
