set recursion in your models accordingly
I've fixed that in a new version I'm working on to allow only Models
needed in the auth process to be included in the session..
Actually the only issue is that Cake doesn't offcially have a unbindAll
method to unbind all associations from a model except some
so that for exemple I do
User->unbindAll(array('belongsTo'=>array('Group'))) and it removes all
unneeded models. anyway..

I thiere is a $this->controller->User->recursion = 3 somewhere in the
login method of the component, set it to 2 actually that's all you
would need, if you want to remove other models then you have to wait
for the new version which is due soon

Best Regards..


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to