It sounds like you just need to use a custom session handler to maintain Auth data between subdomains. This is pretty easy: http://bakery.cakephp.org/articles/view/how-to-bend-cakephp-s-session-handling-to-your-needs
On Sep 15, 5:15 am, DigitalDude <[email protected]> wrote: > Hey, > > I have an app which is divided into a front- and a backend. I'm using > the same models in the frontend, but controllers are strictly > divided. > > What I'm trying to do is make a login-element into the frontend where > admins can login, and will be redirected to the authed area in the > backend. So from the domainhttp://appthe login and after that they > should be athttp://backend.app/dashboard, which is an area that only > logged in users can see. > > Is there any chance to achieve this behaviour? Maybe we can use routes > or sth like that for this...? > > Regards, > > Erik Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
