Re: othAuth and default sessions

2006-06-13 Thread CraZyLeGs
var $othAuthRestrictions = "*" in AppController means every action of every controller is restricted, that is the use that logs in needs to have his group have permissions, permissions are of this format: 1) * 2) CAKE_ADMIN 3) CAKE_ADMIN/controller/* 4) controller/action/p/a/r/a/m 5) controller/*

Re: othAuth and default sessions

2006-06-12 Thread jeko
change it to 'medium' then see what happens. --~--~-~--~~~---~--~~ 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 emai

Re: othAuth and default sessions

2006-06-12 Thread [EMAIL PROTECTED]
I was hoping for a bit more detail :) I'm not getting my sessions stored for anytime at all. Nothing to do with inactivity. I had wondered if security impacted on more than just wait time. --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: othAuth and default sessions

2006-06-12 Thread John David Anderson
On Jun 12, 2006, at 2:04 PM, [EMAIL PROTECTED] wrote: > > It's the default of > > define('CAKE_SECURITY', 'high'); > > are there docs explaining just what each setting means? Yep: CAKE_SECURITY: Change this value to indicate your preferred level of sessions checking. Cake will timeout sessio

Re: othAuth and default sessions

2006-06-12 Thread [EMAIL PROTECTED]
It's the default of define('CAKE_SECURITY', 'high'); are there docs explaining just what each setting means? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to c

Re: othAuth and default sessions

2006-06-12 Thread jeko
What is CAKE_SECURITY set to in core.php? --~--~-~--~~~---~--~~ 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 t

othAuth and default sessions

2006-06-12 Thread [EMAIL PROTECTED]
I've just setup othAuth and the user session isn't being saved between pages. I can login ok but when I go to another page on the model I'm asked to login again. I've set var $othAuthRestrictions = "*"; and in the database I've created a permission and a group permission. If I var_dump($this->