$this-> Auth-> login($this -> request -> data) should be just $this-> Auth-> login()
If you pass any data to login() that is what it will be stored in the session, whereas if you call it with no parameters, the it will copy the database data to the session. -- 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
