n00b playing around with authentication in CakePHP, here. I've got the authentication working fine. I can see this because pages which I've not allow()'ed aren't available if the user is not logged in.
But based on what I've read, both in the <a href="http:// book.cakephp.org/view/247/AuthComponent-Methods">documentation</a> and on <a href="http://groups.google.com/group/cake-php/browse_thread/ thread/ee9456de93d2eece/cff6fe580d13622b?lnk=gst&q=auth">this forum</ a>, I would have expected User data to have automatically gone into the Session array. Alas! No such luck. Is there something I'm missing, here? Or should we just use $this- >Auth->user() to get all information about the currently-logged on user? 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
