There's not much info to go on here. Presumably you are using the Auth 
component and the user is logged in? If so, is the action she is trying to 
access allowed? Look in $this->Auth->allow in the controller (or app_controller 
is allowed actions have been set there).

Jeremy Burns
Class Outfit

[email protected]
http://www.classoutfit.com

On 30 Apr 2011, at 04:15, mattalexx wrote:

> My client is complaining that she posts a form and gets kicked to her
> login. I have the following code in `app/config/core.php`:
> 
>    Configure::write('Session.timeout', '12000');
>    Configure::write('Security.level', 'low');
> 
> Sessions should last 1,000 hours with these settings, right? So what
> else is going on?
> 
> I realize that the client might be reporting the bug to me incorrectly
> and that there may be other factors involved, but I'm not even sure
> what to ask her about.
> 
> -- 
> 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

-- 
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

Reply via email to